Gold
#EEE42B
YellowColor Codes
All color formats for development
HEX
#EEE42BRGB
rgb(238, 228, 43)HSL
hsl(57, 85%, 55%)OKLCH
oklch(0.899 0.183 106.2)CMYK
cmyk(0%, 4%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EADF13
2#D0C611
3#B6AD0F
4#9C950D
5#827C0B
6#686308
7#4E4A06
8#343204
9#1A1902
Tints
Lighter variations
1#F0E740
2#F1E955
3#F3EC6A
4#F5EF80
5#F6F295
6#F8F4AA
7#FAF7BF
8#FCFAD5
9#FDFCEA
Tones
Muted variations
1#E4DB34
2#DAD23E
3#D1CA48
4#C7C152
5#BDB85B
6#B3AF65
7#AAA76F
8#A09E79
9#969582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F192 | BordersInactive statesPlaceholder text |
| 400 | F2EA #F2EA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEE4 #EEE42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C6 #D0C611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A59E #A59E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7671 #76710A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDE;
--gold-200: #FAF7C2;
--gold-300: #F6F192;
--gold-400: #F2EA5A;
--gold-500: #EEE42B;
--gold-600: #D0C611;
--gold-700: #A59E0D;
--gold-800: #76710A;
--gold-900: #4B4806;
--gold-950: #2F2D04;
}