Gold
#E3C935
YellowColor Codes
All color formats for development
HEX
#E3C935RGB
rgb(227, 201, 53)HSL
hsl(51, 76%, 55%)OKLCH
oklch(0.834 0.158 98.7)CMYK
cmyk(0%, 11%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEC11E
2#C5AC1B
3#AD9618
4#948114
5#7B6B11
6#63560D
7#4A400A
8#312B07
9#191503
Tints
Lighter variations
1#E6CF49
2#E9D45D
3#ECD972
4#EEDF86
5#F1E49A
6#F4EAAE
7#F7EFC2
8#F9F4D7
9#FCFAEB
Tones
Muted variations
1#DBC33E
2#D2BD46
3#C9B74F
4#C1B158
5#B8AB61
6#AFA569
7#A69F72
8#9E987B
9#959284
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E4 #F1E498 | BordersInactive statesPlaceholder text |
| 400 | EAD5 #EAD562 | Disabled statesSecondary iconsMuted text |
| 500 | E3C9 #E3C935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AC #C5AC1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D89 #9D8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7062 #70620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF2;
--gold-100: #FBF7E0;
--gold-200: #F7EFC5;
--gold-300: #F1E498;
--gold-400: #EAD562;
--gold-500: #E3C935;
--gold-600: #C5AC1B;
--gold-700: #9D8915;
--gold-800: #70620F;
--gold-900: #483F0A;
--gold-950: #2D2706;
}