Gold
#E8E830
YellowColor Codes
All color formats for development
HEX
#E8E830RGB
rgb(232, 232, 48)HSL
hsl(60, 80%, 55%)OKLCH
oklch(0.902 0.186 109.6)CMYK
cmyk(0%, 0%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3E319
2#CACA16
3#B1B114
4#979711
5#7E7E0E
6#65650B
7#4C4C08
8#323206
9#191903
Tints
Lighter variations
1#EAEA45
2#EDED5A
3#EFEF6E
4#F1F183
5#F4F498
6#F6F6AC
7#F8F8C1
8#FAFAD6
9#FDFDEA
Tones
Muted variations
1#DFDF3A
2#D6D643
3#CDCD4C
4#C3C355
5#BABA5E
6#B1B168
7#A8A871
8#9F9F7A
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 | F8F8 #F8F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F395 | BordersInactive statesPlaceholder text |
| 400 | EDED #EDED5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E8 #E8E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CACA #CACA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A1A1 #A1A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F8C3;
--gold-300: #F3F395;
--gold-400: #EDED5E;
--gold-500: #E8E830;
--gold-600: #CACA16;
--gold-700: #A1A112;
--gold-800: #73730D;
--gold-900: #494908;
--gold-950: #2E2E05;
}