Gold
#E8CD30
YellowColor Codes
All color formats for development
HEX
#E8CD30RGB
rgb(232, 205, 48)HSL
hsl(51, 80%, 55%)OKLCH
oklch(0.846 0.164 98.7)CMYK
cmyk(0%, 12%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3C519
2#CAAF16
3#B19914
4#978311
5#7E6D0E
6#65580B
7#4C4208
8#322C06
9#191603
Tints
Lighter variations
1#EAD245
2#EDD75A
3#EFDC6E
4#F1E183
5#F4E698
6#F6EBAC
7#F8F0C1
8#FAF5D6
9#FDFAEA
Tones
Muted variations
1#DFC63A
2#D6C043
3#CDB94C
4#C3B355
5#BAAC5E
6#B1A668
7#A8A071
8#9F997A
9#959383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E595 | BordersInactive statesPlaceholder text |
| 400 | EDD8 #EDD85E | Disabled statesSecondary iconsMuted text |
| 500 | E8CD #E8CD30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAF #CAAF16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18B #A18B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7363 #73630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF7DF;
--gold-200: #F8F0C3;
--gold-300: #F3E595;
--gold-400: #EDD85E;
--gold-500: #E8CD30;
--gold-600: #CAAF16;
--gold-700: #A18B12;
--gold-800: #73630D;
--gold-900: #494008;
--gold-950: #2E2805;
}