Gold
#E3CF35
YellowColor Codes
All color formats for development
HEX
#E3CF35RGB
rgb(227, 207, 53)HSL
hsl(53, 76%, 55%)OKLCH
oklch(0.846 0.163 101.5)CMYK
cmyk(0%, 9%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEC81E
2#C5B21B
3#AD9B18
4#948514
5#7B6F11
6#63590D
7#4A430A
8#312C07
9#191603
Tints
Lighter variations
1#E6D449
2#E9D95D
3#ECDD72
4#EEE286
5#F1E79A
6#F4ECAE
7#F7F1C2
8#F9F5D7
9#FCFAEB
Tones
Muted variations
1#DBC83E
2#D2C246
3#C9BB4F
4#C1B458
5#B8AE61
6#AFA769
7#A6A072
8#9E9A7B
9#959384
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 | F7F1 #F7F1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E7 #F1E798 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3CF #E3CF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B2 #C5B21B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8D #9D8D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7065 #70650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #48410A | 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: #FBF8E0;
--gold-200: #F7F1C5;
--gold-300: #F1E798;
--gold-400: #EADA62;
--gold-500: #E3CF35;
--gold-600: #C5B21B;
--gold-700: #9D8D15;
--gold-800: #70650F;
--gold-900: #48410A;
--gold-950: #2D2806;
}