Gold
#E3DB35
YellowColor Codes
All color formats for development
HEX
#E3DB35RGB
rgb(227, 219, 53)HSL
hsl(57, 76%, 55%)OKLCH
oklch(0.871 0.173 106.6)CMYK
cmyk(0%, 4%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DED51E
2#C5BD1B
3#ADA518
4#948E14
5#7B7611
6#635E0D
7#4A470A
8#312F07
9#191803
Tints
Lighter variations
1#E6DE49
2#E9E25D
3#ECE672
4#EEE986
5#F1ED9A
6#F4F0AE
7#F7F4C2
8#F9F8D7
9#FCFBEB
Tones
Muted variations
1#DBD33E
2#D2CB46
3#C9C34F
4#C1BB58
5#B8B361
6#AFAC69
7#A6A472
8#9E9C7B
9#959484
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EC #F1EC98 | BordersInactive statesPlaceholder text |
| 400 | EAE3 #EAE362 | Disabled statesSecondary iconsMuted text |
| 500 | E3DB #E3DB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BD #C5BD1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D96 #9D9615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706B #706B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4845 #48450A | 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: #FDFDF2;
--gold-100: #FBF9E0;
--gold-200: #F7F5C5;
--gold-300: #F1EC98;
--gold-400: #EAE362;
--gold-500: #E3DB35;
--gold-600: #C5BD1B;
--gold-700: #9D9615;
--gold-800: #706B0F;
--gold-900: #48450A;
--gold-950: #2D2B06;
}