Gold
#E5C434
YellowColor Codes
All color formats for development
HEX
#E5C434RGB
rgb(229, 196, 52)HSL
hsl(49, 77%, 55%)OKLCH
oklch(0.825 0.155 95.3)CMYK
cmyk(0%, 14%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFBC1D
2#C7A71A
3#AE9217
4#957D13
5#7C6810
6#63530D
7#4A3F0A
8#322A06
9#191503
Tints
Lighter variations
1#E7CA48
2#EAD05D
3#EDD671
4#EFDC85
5#F2E299
6#F4E7AE
7#F7EDC2
8#FAF3D6
9#FCF9EB
Tones
Muted variations
1#DCBF3D
2#D3B946
3#CAB34E
4#C1AE57
5#B8A860
6#B0A369
7#A79D72
8#9E977B
9#959283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD161 | Disabled statesSecondary iconsMuted text |
| 500 | E5C4 #E5C434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A7 #C7A71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E85 #9E8515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF6DF;
--gold-200: #F7EEC4;
--gold-300: #F2E197;
--gold-400: #EAD161;
--gold-500: #E5C434;
--gold-600: #C7A71A;
--gold-700: #9E8515;
--gold-800: #715F0F;
--gold-900: #483D09;
--gold-950: #2D2606;
}