Gold
#E8C930
YellowColor Codes
All color formats for development
HEX
#E8C930RGB
rgb(232, 201, 48)HSL
hsl(50, 80%, 55%)OKLCH
oklch(0.838 0.161 96.8)CMYK
cmyk(0%, 13%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3C219
2#CAAC16
3#B19714
4#978111
5#7E6C0E
6#65560B
7#4C4108
8#322B06
9#191603
Tints
Lighter variations
1#EACF45
2#EDD45A
3#EFDA6E
4#F1DF83
5#F4E498
6#F6EAAC
7#F8EFC1
8#FAF4D6
9#FDFAEA
Tones
Muted variations
1#DFC33A
2#D6BD43
3#CDB74C
4#C3B155
5#BAAB5E
6#B1A568
7#A89F71
8#9F987A
9#959283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E4 #F3E495 | BordersInactive statesPlaceholder text |
| 400 | EDD5 #EDD55E | Disabled statesSecondary iconsMuted text |
| 500 | E8C9 #E8C930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAC #CAAC16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A189 #A18912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7362 #73620D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF7DF;
--gold-200: #F8F0C3;
--gold-300: #F3E495;
--gold-400: #EDD55E;
--gold-500: #E8C930;
--gold-600: #CAAC16;
--gold-700: #A18912;
--gold-800: #73620D;
--gold-900: #493F08;
--gold-950: #2E2705;
}