Gold
#E8C330
YellowColor Codes
All color formats for development
HEX
#E8C330RGB
rgb(232, 195, 48)HSL
hsl(48, 80%, 55%)OKLCH
oklch(0.826 0.157 93.8)CMYK
cmyk(0%, 16%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3BB19
2#CAA616
3#B19114
4#977D11
5#7E680E
6#65530B
7#4C3E08
8#322A06
9#191503
Tints
Lighter variations
1#EAC945
2#EDCF5A
3#EFD56E
4#F1DB83
5#F4E198
6#F6E7AC
7#F8EDC1
8#FAF3D6
9#FDF9EA
Tones
Muted variations
1#DFBE3A
2#D6B843
3#CDB34C
4#C3AD55
5#BAA85E
6#B1A268
7#A89D71
8#9F977A
9#959283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E1 #F3E195 | BordersInactive statesPlaceholder text |
| 400 | EDD1 #EDD15E | Disabled statesSecondary iconsMuted text |
| 500 | E8C3 #E8C330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA6 #CAA616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A184 #A18412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735E #735E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF6DF;
--gold-200: #F8EEC3;
--gold-300: #F3E195;
--gold-400: #EDD15E;
--gold-500: #E8C330;
--gold-600: #CAA616;
--gold-700: #A18412;
--gold-800: #735E0D;
--gold-900: #493C08;
--gold-950: #2E2605;
}