Gold
#E3D535
YellowColor Codes
All color formats for development
HEX
#E3D535RGB
rgb(227, 213, 53)HSL
hsl(55, 76%, 55%)OKLCH
oklch(0.859 0.168 104.1)CMYK
cmyk(0%, 6%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DECE1E
2#C5B71B
3#ADA018
4#948914
5#7B7311
6#635C0D
7#4A450A
8#312E07
9#191703
Tints
Lighter variations
1#E6D949
2#E9DD5D
3#ECE272
4#EEE686
5#F1EA9A
6#F4EEAE
7#F7F2C2
8#F9F7D7
9#FCFBEB
Tones
Muted variations
1#DBCE3E
2#D2C646
3#C9BF4F
4#C1B858
5#B8B161
6#AFA969
7#A6A272
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 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E9 #F1E998 | BordersInactive statesPlaceholder text |
| 400 | EADE #EADE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D5 #E3D535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B7 #C5B71B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D92 #9D9215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #70680F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4843 #48430A | 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: #FBF8E0;
--gold-200: #F7F3C5;
--gold-300: #F1E998;
--gold-400: #EADE62;
--gold-500: #E3D535;
--gold-600: #C5B71B;
--gold-700: #9D9215;
--gold-800: #70680F;
--gold-900: #48430A;
--gold-950: #2D2A06;
}