Gold
#E3CC35
YellowColor Codes
All color formats for development
HEX
#E3CC35RGB
rgb(227, 204, 53)HSL
hsl(52, 76%, 55%)OKLCH
oklch(0.84 0.16 100.1)CMYK
cmyk(0%, 10%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEC51E
2#C5AF1B
3#AD9918
4#948314
5#7B6D11
6#63570D
7#4A420A
8#312C07
9#191603
Tints
Lighter variations
1#E6D149
2#E9D65D
3#ECDB72
4#EEE186
5#F1E69A
6#F4EBAE
7#F7F0C2
8#F9F5D7
9#FCFAEB
Tones
Muted variations
1#DBC63E
2#D2BF46
3#C9B94F
4#C1B358
5#B8AC61
6#AFA669
7#A69F72
8#9E997B
9#959384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E5 #F1E598 | BordersInactive statesPlaceholder text |
| 400 | EAD7 #EAD762 | Disabled statesSecondary iconsMuted text |
| 500 | E3CC #E3CC35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AF #C5AF1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8B #9D8B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7063 #70630F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4840 #48400A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF2;
--gold-100: #FBF7E0;
--gold-200: #F7F0C5;
--gold-300: #F1E598;
--gold-400: #EAD762;
--gold-500: #E3CC35;
--gold-600: #C5AF1B;
--gold-700: #9D8B15;
--gold-800: #70630F;
--gold-900: #48400A;
--gold-950: #2D2806;
}