Gold
#E8C030
YellowColor Codes
All color formats for development
HEX
#E8C030RGB
rgb(232, 192, 48)HSL
hsl(47, 80%, 55%)OKLCH
oklch(0.82 0.155 92.2)CMYK
cmyk(0%, 17%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3B719
2#CAA316
3#B18F14
4#977A11
5#7E660E
6#65520B
7#4C3D08
8#322906
9#191403
Tints
Lighter variations
1#EAC745
2#EDCD5A
3#EFD36E
4#F1D983
5#F4E098
6#F6E6AC
7#F8ECC1
8#FAF2D6
9#FDF9EA
Tones
Muted variations
1#DFBB3A
2#D6B643
3#CDB14C
4#C3AB55
5#BAA65E
6#B1A168
7#A89C71
8#9F977A
9#959183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DF #F3DF95 | BordersInactive statesPlaceholder text |
| 400 | EDCE #EDCE5E | Disabled statesSecondary iconsMuted text |
| 500 | E8C0 #E8C030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA3 #CAA316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A182 #A18212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735D #735D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E25 #2E2505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF5DF;
--gold-200: #F8EDC3;
--gold-300: #F3DF95;
--gold-400: #EDCE5E;
--gold-500: #E8C030;
--gold-600: #CAA316;
--gold-700: #A18212;
--gold-800: #735D0D;
--gold-900: #493B08;
--gold-950: #2E2505;
}