Gold
#EAD42E
YellowColor Codes
All color formats for development
HEX
#EAD42ERGB
rgb(234, 212, 46)HSL
hsl(53, 82%, 55%)OKLCH
oklch(0.862 0.169 101.2)CMYK
cmyk(0%, 9%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6CE17
2#CCB714
3#B3A012
4#99890F
5#80720D
6#665B0A
7#4D4508
8#332E05
9#1A1703
Tints
Lighter variations
1#ECD943
2#EEDD58
3#F1E16D
4#F3E582
5#F5EA97
6#F7EEAB
7#F9F2C0
8#FBF6D5
9#FDFBEA
Tones
Muted variations
1#E1CD38
2#D8C641
3#CEBF4A
4#C5B854
5#BBB05D
6#B2A967
7#A8A270
8#9F9B79
9#969383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E9 #F4E994 | BordersInactive statesPlaceholder text |
| 400 | EFDE #EFDE5D | Disabled statesSecondary iconsMuted text |
| 500 | EAD4 #EAD42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB7 #CCB714 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A291 #A29110 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7468 #74680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A42 #4A4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF8DF;
--gold-200: #F9F3C3;
--gold-300: #F4E994;
--gold-400: #EFDE5D;
--gold-500: #EAD42E;
--gold-600: #CCB714;
--gold-700: #A29110;
--gold-800: #74680B;
--gold-900: #4A4207;
--gold-950: #2E2A05;
}