Gold
#E3D835
YellowColor Codes
All color formats for development
HEX
#E3D835RGB
rgb(227, 216, 53)HSL
hsl(56, 76%, 55%)OKLCH
oklch(0.865 0.17 105.4)CMYK
cmyk(0%, 5%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DED11E
2#C5BA1B
3#ADA318
4#948C14
5#7B7411
6#635D0D
7#4A460A
8#312F07
9#191703
Tints
Lighter variations
1#E6DC49
2#E9E05D
3#ECE472
4#EEE786
5#F1EB9A
6#F4EFAE
7#F7F3C2
8#F9F7D7
9#FCFBEB
Tones
Muted variations
1#DBD03E
2#D2C946
3#C9C14F
4#C1BA58
5#B8B261
6#AFAA69
7#A6A372
8#9E9B7B
9#959484
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EB #F1EB98 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE162 | Disabled statesSecondary iconsMuted text |
| 500 | E3D8 #E3D835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BA #C5BA1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D94 #9D9415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706A #706A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #48440A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF2;
--gold-100: #FBF9E0;
--gold-200: #F7F4C5;
--gold-300: #F1EB98;
--gold-400: #EAE162;
--gold-500: #E3D835;
--gold-600: #C5BA1B;
--gold-700: #9D9415;
--gold-800: #706A0F;
--gold-900: #48440A;
--gold-950: #2D2A06;
}