Gold
#E5D034
YellowColor Codes
All color formats for development
HEX
#E5D034RGB
rgb(229, 208, 52)HSL
hsl(53, 77%, 55%)OKLCH
oklch(0.85 0.164 101.2)CMYK
cmyk(0%, 9%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFC91D
2#C7B21A
3#AE9C17
4#958613
5#7C7010
6#63590D
7#4A430A
8#322D06
9#191603
Tints
Lighter variations
1#E7D548
2#EAD95D
3#EDDE71
4#EFE385
5#F2E799
6#F4ECAE
7#F7F1C2
8#FAF6D6
9#FCFAEB
Tones
Muted variations
1#DCC93D
2#D3C246
3#CABC4E
4#C1B557
5#B8AE60
6#B0A769
7#A7A172
8#9E9A7B
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 | F7F1 #F7F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5D0 #E5D034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7B2 #C7B21A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E8E #9E8E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7165 #71650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #484109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF8DF;
--gold-200: #F7F1C4;
--gold-300: #F2E797;
--gold-400: #EADA61;
--gold-500: #E5D034;
--gold-600: #C7B21A;
--gold-700: #9E8E15;
--gold-800: #71650F;
--gold-900: #484109;
--gold-950: #2D2906;
}