Gold
#E5DF34
YellowColor Codes
All color formats for development
HEX
#E5DF34RGB
rgb(229, 223, 52)HSL
hsl(58, 77%, 55%)OKLCH
oklch(0.881 0.176 107.4)CMYK
cmyk(0%, 3%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFD91D
2#C7C11A
3#AEA917
4#959113
5#7C7910
6#63600D
7#4A480A
8#323006
9#191803
Tints
Lighter variations
1#E7E248
2#EAE55D
3#EDE871
4#EFEC85
5#F2EF99
6#F4F2AE
7#F7F5C2
8#FAF9D6
9#FCFCEB
Tones
Muted variations
1#DCD63D
2#D3CE46
3#CAC64E
4#C1BE57
5#B8B560
6#B0AD69
7#A7A572
8#9E9D7B
9#959483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EAE6 #EAE661 | Disabled statesSecondary iconsMuted text |
| 500 | E5DF #E5DF34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C1 #C7C11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E99 #9E9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #484609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F7F6C4;
--gold-300: #F2EE97;
--gold-400: #EAE661;
--gold-500: #E5DF34;
--gold-600: #C7C11A;
--gold-700: #9E9915;
--gold-800: #716E0F;
--gold-900: #484609;
--gold-950: #2D2C06;
}