Gold
#EAD12E
YellowColor Codes
All color formats for development
HEX
#EAD12ERGB
rgb(234, 209, 46)HSL
hsl(52, 82%, 55%)OKLCH
oklch(0.856 0.167 99.8)CMYK
cmyk(0%, 11%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6CA17
2#CCB414
3#B39D12
4#99870F
5#80700D
6#665A0A
7#4D4308
8#332D05
9#1A1603
Tints
Lighter variations
1#ECD643
2#EEDA58
3#F1DF6D
4#F3E482
5#F5E897
6#F7EDAB
7#F9F1C0
8#FBF6D5
9#FDFAEA
Tones
Muted variations
1#E1CA38
2#D8C341
3#CEBD4A
4#C5B654
5#BBAF5D
6#B2A867
7#A8A170
8#9F9A79
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 | F9F2 #F9F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E8 #F4E894 | BordersInactive statesPlaceholder text |
| 400 | EFDB #EFDB5D | Disabled statesSecondary iconsMuted text |
| 500 | EAD1 #EAD12E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB4 #CCB414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28F #A28F10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7466 #74660B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A41 #4A4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF8DF;
--gold-200: #F9F2C3;
--gold-300: #F4E894;
--gold-400: #EFDB5D;
--gold-500: #EAD12E;
--gold-600: #CCB414;
--gold-700: #A28F10;
--gold-800: #74660B;
--gold-900: #4A4107;
--gold-950: #2E2905;
}