Gold
#E8D930
YellowColor Codes
All color formats for development
HEX
#E8D930RGB
rgb(232, 217, 48)HSL
hsl(55, 80%, 55%)OKLCH
oklch(0.871 0.173 104)CMYK
cmyk(0%, 6%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3D219
2#CABB16
3#B1A414
4#978C11
5#7E750E
6#655E0B
7#4C4608
8#322F06
9#191703
Tints
Lighter variations
1#EADD45
2#EDE05A
3#EFE46E
4#F1E883
5#F4EC98
6#F6F0AC
7#F8F4C1
8#FAF7D6
9#FDFBEA
Tones
Muted variations
1#DFD13A
2#D6C943
3#CDC24C
4#C3BA55
5#BAB35E
6#B1AB68
7#A8A371
8#9F9C7A
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 | F8F4 #F8F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB95 | BordersInactive statesPlaceholder text |
| 400 | EDE1 #EDE15E | Disabled statesSecondary iconsMuted text |
| 500 | E8D9 #E8D930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABB #CABB16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A195 #A19512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736A #736A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF9DF;
--gold-200: #F8F4C3;
--gold-300: #F3EB95;
--gold-400: #EDE15E;
--gold-500: #E8D930;
--gold-600: #CABB16;
--gold-700: #A19512;
--gold-800: #736A0D;
--gold-900: #494408;
--gold-950: #2E2B05;
}