Gold
#E3C335
YellowColor Codes
All color formats for development
HEX
#E3C335RGB
rgb(227, 195, 53)HSL
hsl(49, 76%, 55%)OKLCH
oklch(0.822 0.154 95.6)CMYK
cmyk(0%, 14%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEBB1E
2#C5A61B
3#AD9118
4#947D14
5#7B6811
6#63530D
7#4A3E0A
8#312A07
9#191503
Tints
Lighter variations
1#E6C949
2#E9CF5D
3#ECD572
4#EEDB86
5#F1E19A
6#F4E7AE
7#F7EDC2
8#F9F3D7
9#FCF9EB
Tones
Muted variations
1#DBBE3E
2#D2B846
3#C9B34F
4#C1AD58
5#B8A861
6#AFA269
7#A69D72
8#9E977B
9#959284
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E1 #F1E198 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD162 | Disabled statesSecondary iconsMuted text |
| 500 | E3C3 #E3C335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A6 #C5A61B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D84 #9D8415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705E #705E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483C #483C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF2;
--gold-100: #FBF6E0;
--gold-200: #F7EEC5;
--gold-300: #F1E198;
--gold-400: #EAD162;
--gold-500: #E3C335;
--gold-600: #C5A61B;
--gold-700: #9D8415;
--gold-800: #705E0F;
--gold-900: #483C0A;
--gold-950: #2D2606;
}