Gold
#E8D630
YellowColor Codes
All color formats for development
HEX
#E8D630RGB
rgb(232, 214, 48)HSL
hsl(54, 80%, 55%)OKLCH
oklch(0.865 0.17 102.7)CMYK
cmyk(0%, 8%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3CF19
2#CAB816
3#B1A114
4#978A11
5#7E730E
6#655C0B
7#4C4508
8#322E06
9#191703
Tints
Lighter variations
1#EADA45
2#EDDE5A
3#EFE26E
4#F1E683
5#F4EA98
6#F6EEAC
7#F8F3C1
8#FAF7D6
9#FDFBEA
Tones
Muted variations
1#DFCE3A
2#D6C743
3#CDC04C
4#C3B855
5#BAB15E
6#B1AA68
7#A8A271
8#9F9B7A
9#959483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EA #F3EA95 | BordersInactive statesPlaceholder text |
| 400 | EDDF #EDDF5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D6 #E8D630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB8 #CAB816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A192 #A19212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494308 | 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: #FDFCF1;
--gold-100: #FBF9DF;
--gold-200: #F8F3C3;
--gold-300: #F3EA95;
--gold-400: #EDDF5E;
--gold-500: #E8D630;
--gold-600: #CAB816;
--gold-700: #A19212;
--gold-800: #73690D;
--gold-900: #494308;
--gold-950: #2E2A05;
}