Gold
#E8E530
YellowColor Codes
All color formats for development
HEX
#E8E530RGB
rgb(232, 229, 48)HSL
hsl(59, 80%, 55%)OKLCH
oklch(0.896 0.183 108.6)CMYK
cmyk(0%, 1%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3E019
2#CAC716
3#B1AE14
4#979511
5#7E7C0E
6#65630B
7#4C4B08
8#323206
9#191903
Tints
Lighter variations
1#EAE845
2#EDEA5A
3#EFED6E
4#F1EF83
5#F4F298
6#F6F5AC
7#F8F7C1
8#FAFAD6
9#FDFCEA
Tones
Muted variations
1#DFDC3A
2#D6D343
3#CDCA4C
4#C3C155
5#BAB95E
6#B1B068
7#A8A771
8#9F9E7A
9#959583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F2 #F3F295 | BordersInactive statesPlaceholder text |
| 400 | EDEB #EDEB5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E5 #E8E530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC7 #CAC716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19E #A19E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7371 #73710D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F7C3;
--gold-300: #F3F295;
--gold-400: #EDEB5E;
--gold-500: #E8E530;
--gold-600: #CAC716;
--gold-700: #A19E12;
--gold-800: #73710D;
--gold-900: #494808;
--gold-950: #2E2D05;
}