Gold
#E3C635
YellowColor Codes
All color formats for development
HEX
#E3C635RGB
rgb(227, 198, 53)HSL
hsl(50, 76%, 55%)OKLCH
oklch(0.828 0.156 97.2)CMYK
cmyk(0%, 13%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEBE1E
2#C5A91B
3#AD9418
4#947F14
5#7B6A11
6#63550D
7#4A3F0A
8#312A07
9#191503
Tints
Lighter variations
1#E6CC49
2#E9D25D
3#ECD772
4#EEDD86
5#F1E39A
6#F4E8AE
7#F7EEC2
8#F9F4D7
9#FCF9EB
Tones
Muted variations
1#DBC13E
2#D2BB46
3#C9B54F
4#C1AF58
5#B8A961
6#AFA469
7#A69E72
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 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E2 #F1E298 | BordersInactive statesPlaceholder text |
| 400 | EAD3 #EAD362 | Disabled statesSecondary iconsMuted text |
| 500 | E3C6 #E3C635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A9 #C5A91B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D86 #9D8615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #70600F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D0A | 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: #F7EFC5;
--gold-300: #F1E298;
--gold-400: #EAD362;
--gold-500: #E3C635;
--gold-600: #C5A91B;
--gold-700: #9D8615;
--gold-800: #70600F;
--gold-900: #483D0A;
--gold-950: #2D2606;
}