Gold
#E5D934
YellowColor Codes
All color formats for development
HEX
#E5D934RGB
rgb(229, 217, 52)HSL
hsl(56, 77%, 55%)OKLCH
oklch(0.869 0.171 105.1)CMYK
cmyk(0%, 5%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFD21D
2#C7BB1A
3#AEA417
4#958C13
5#7C7510
6#635E0D
7#4A460A
8#322F06
9#191703
Tints
Lighter variations
1#E7DD48
2#EAE05D
3#EDE471
4#EFE885
5#F2EC99
6#F4F0AE
7#F7F4C2
8#FAF7D6
9#FCFBEB
Tones
Muted variations
1#DCD13D
2#D3CA46
3#CAC24E
4#C1BA57
5#B8B360
6#B0AB69
7#A7A372
8#9E9C7B
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 | F7F4 #F7F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EB #F2EB97 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE161 | Disabled statesSecondary iconsMuted text |
| 500 | E5D9 #E5D934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7BB #C7BB1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E95 #9E9515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716A #716A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #484409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF9DF;
--gold-200: #F7F4C4;
--gold-300: #F2EB97;
--gold-400: #EAE161;
--gold-500: #E5D934;
--gold-600: #C7BB1A;
--gold-700: #9E9515;
--gold-800: #716A0F;
--gold-900: #484409;
--gold-950: #2D2B06;
}