Gold
#E8DF30
YellowColor Codes
All color formats for development
HEX
#E8DF30RGB
rgb(232, 223, 48)HSL
hsl(57, 80%, 55%)OKLCH
oklch(0.883 0.178 106.4)CMYK
cmyk(0%, 4%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3D919
2#CAC116
3#B1A914
4#979111
5#7E790E
6#65600B
7#4C4808
8#323006
9#191803
Tints
Lighter variations
1#EAE245
2#EDE55A
3#EFE96E
4#F1EC83
5#F4EF98
6#F6F2AC
7#F8F5C1
8#FAF9D6
9#FDFCEA
Tones
Muted variations
1#DFD73A
2#D6CE43
3#CDC64C
4#C3BE55
5#BAB65E
6#B1AD68
7#A8A571
8#9F9D7A
9#959583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EF #F3EF95 | BordersInactive statesPlaceholder text |
| 400 | EDE6 #EDE65E | Disabled statesSecondary iconsMuted text |
| 500 | E8DF #E8DF30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC1 #CAC116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19A #A19A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736E #736E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F6C3;
--gold-300: #F3EF95;
--gold-400: #EDE65E;
--gold-500: #E8DF30;
--gold-600: #CAC116;
--gold-700: #A19A12;
--gold-800: #736E0D;
--gold-900: #494608;
--gold-950: #2E2C05;
}