Gold
#E0E038
YellowColor Codes
All color formats for development
HEX
#E0E038RGB
rgb(224, 224, 56)HSL
hsl(60, 73%, 55%)OKLCH
oklch(0.879 0.176 109.5)CMYK
cmyk(0%, 0%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DADA22
2#C2C21E
3#AAAA1B
4#929217
5#797913
6#61610F
7#49490B
8#313108
9#181804
Tints
Lighter variations
1#E3E34C
2#E6E660
3#E9E974
4#ECEC88
5#F0F09C
6#F3F3B0
7#F6F6C3
8#F9F9D7
9#FCFCEB
Tones
Muted variations
1#D8D841
2#CFCF49
3#C7C752
4#BFBF5A
5#B6B662
6#AEAE6B
7#A5A573
8#9D9D7B
9#959584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FAFAE0;
--gold-200: #F6F6C6;
--gold-300: #EFEF9A;
--gold-400: #E7E765;
--gold-500: #E0E038;
--gold-600: #C2C21E;
--gold-700: #9A9A18;
--gold-800: #6E6E11;
--gold-900: #47470B;
--gold-950: #2C2C07;
}