Gathering detailed insights and metrics for @uiw/react-color-name
Gathering detailed insights and metrics for @uiw/react-color-name
Gathering detailed insights and metrics for @uiw/react-color-name
Gathering detailed insights and metrics for @uiw/react-color-name
🎨 Is a tiny color picker widget component for React apps.
npm install @uiw/react-color-name
Typescript
Module System
Node Version
NPM Version
99.2
Supply Chain
87.2
Quality
91.5
Maintenance
100
Vulnerability
100
License
TypeScript (98.31%)
HTML (1.01%)
CSS (0.65%)
Less (0.04%)
Total Downloads
1,137,286
Last Day
971
Last Week
39,229
Last Month
165,228
Last Year
1,072,853
MIT License
418 Stars
493 Commits
116 Forks
4 Watchers
9 Branches
19 Contributors
Updated on Jul 05, 2025
Minified
Minified + Gzipped
Latest Version
2.6.0
Package Id
@uiw/react-color-name@2.6.0
Unpacked Size
12.17 kB
Size
2.78 kB
File Count
7
NPM Version
10.8.2
Node Version
20.19.2
Published on
Jun 18, 2025
Cumulative downloads
Total Downloads
Last Day
-6.5%
971
Compared to previous day
Last Week
4.5%
39,229
Compared to previous week
Last Month
16.6%
165,228
Compared to previous month
Last Year
1,647.9%
1,072,853
Compared to previous year
2
1
1
Color Name to Hex. @react-color
.
1npm i @uiw/react-color-name
1import colorNameToHex from '@uiw/react-color-name'; 2 3colorNameToHex('maroon'); // => #800000 4colorNameToHex('navy'); // => #000080 5colorNameToHex('olive'); // => #808000 6colorNameToHex('purple'); // => #800080 7colorNameToHex('red'); // => #ff0000 8colorNameToHex('silver'); // => #c0c0c0 9colorNameToHex('teal'); // => #008080 10colorNameToHex('white'); // => #ffffff
1import named from 'colors-named'; 2import hex from 'colors-named-hex'; 3export type ColorKeywords = { 4 [key in typeof named[number]]: typeof hex[number]; 5}; 6/** 7 * Extended color keywords 8 * https://www.w3.org/TR/css-color-3/#svg-color 9 */ 10export declare const colorKeywords: ColorKeywords; 11export declare const baseNamed: readonly ["aqua", "black", "blue", "fuchsia", "gray", "green", "lime", "maroon", "navy", "olive", "purple", "red", "silver", "teal", "white", "yellow"]; 12export type ColorKeywordsBase = { 13 [key in typeof baseNamed[number]]: ColorKeywords[key]; 14}; 15export declare const colorKeywordsBase: ColorKeywordsBase; 16export default function colorNameToHex(name: keyof ColorKeywords): "#F0F8FF" | "#FAEBD7" | "#00FFFF" | "#7FFFD4" | "#F0FFFF" | "#F5F5DC" | "#FFE4C4" | "#000000" | "#FFEBCD" | "#0000FF" | "#8A2BE2" | "#A52A2A" | "#DEB887" | "#5F9EA0" | "#7FFF00" | "#D2691E" | "#FF7F50" | "#6495ED" | "#FFF8DC" | "#DC143C" | "#00008B" | "#008B8B" | "#B8860B" | "#A9A9A9" | "#006400" | "#BDB76B" | "#8B008B" | "#556B2F" | "#FF8C00" | "#9932CC" | "#8B0000" | "#E9967A" | "#8FBC8F" | "#483D8B" | "#2F4F4F" | "#00CED1" | "#9400D3" | "#FF1493" | "#00BFFF" | "#696969" | "#1E90FF" | "#B22222" | "#FFFAF0" | "#228B22" | "#FF00FF" | "#DCDCDC" | "#F8F8FF" | "#FFD700" | "#DAA520" | "#808080" | "#008000" | "#ADFF2F" | "#F0FFF0" | "#FF69B4" | "#CD5C5C" | "#4B0082" | "#FFFFF0" | "#F0E68C" | "#E6E6FA" | "#FFF0F5" | "#7CFC00" | "#FFFACD" | "#ADD8E6" | "#F08080" | "#E0FFFF" | "#FAFAD2" | "#D3D3D3" | "#90EE90" | "#FFB6C1" | "#FFA07A" | "#20B2AA" | "#87CEFA" | "#778899" | "#B0C4DE" | "#FFFFE0" | "#00FF00" | "#32CD32" | "#FAF0E6" | "#800000" | "#66CDAA" | "#0000CD" | "#BA55D3" | "#9370DB" | "#3CB371" | "#7B68EE" | "#00FA9A" | "#48D1CC" | "#C71585" | "#191970" | "#F5FFFA" | "#FFE4E1" | "#FFE4B5" | "#FFDEAD" | "#000080" | "#FDF5E6" | "#808000" | "#6B8E23" | "#FFA500" | "#FF4500" | "#DA70D6" | "#EEE8AA" | "#98FB98" | "#AFEEEE" | "#DB7093" | "#FFEFD5" | "#FFDAB9" | "#CD853F" | "#FFC0CB" | "#DDA0DD" | "#B0E0E6" | "#800080" | "#663399" | "#FF0000" | "#BC8F8F" | "#4169E1" | "#8B4513" | "#FA8072" | "#F4A460" | "#2E8B57" | "#FFF5EE" | "#A0522D" | "#C0C0C0" | "#87CEEB" | "#6A5ACD" | "#708090" | "#FFFAFA" | "#00FF7F" | "#4682B4" | "#D2B48C" | "#008080" | "#D8BFD8" | "#FF6347" | "#40E0D0" | "#EE82EE" | "#F5DEB3" | "#FFFFFF" | "#F5F5F5" | "#FFFF00" | "#9ACD32";
As always, thanks to our amazing contributors!
Made with contributors.
Licensed under the MIT License.
No vulnerabilities found.
Reason
18 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More