Gold
#E8D330
YellowColor Codes
All color formats for development
HEX
#E8D330RGB
rgb(232, 211, 48)HSL
hsl(53, 80%, 55%)OKLCH
oklch(0.859 0.168 101.4)CMYK
cmyk(0%, 9%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3CC19
2#CAB516
3#B19E14
4#978811
5#7E710E
6#655B0B
7#4C4408
8#322D06
9#191703
Tints
Lighter variations
1#EAD745
2#EDDC5A
3#EFE06E
4#F1E483
5#F4E998
6#F6EDAC
7#F8F2C1
8#FAF6D6
9#FDFBEA
Tones
Muted variations
1#DFCC3A
2#D6C543
3#CDBE4C
4#C3B655
5#BAAF5E
6#B1A868
7#A8A171
8#9F9A7A
9#959383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E895 | BordersInactive statesPlaceholder text |
| 400 | EDDC #EDDC5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D3 #E8D330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB5 #CAB516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A190 #A19012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7367 #73670D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF8DF;
--gold-200: #F8F2C3;
--gold-300: #F3E895;
--gold-400: #EDDC5E;
--gold-500: #E8D330;
--gold-600: #CAB516;
--gold-700: #A19012;
--gold-800: #73670D;
--gold-900: #494208;
--gold-950: #2E2905;
}