Gold
#E9D72F
YellowColor Codes
All color formats for development
HEX
#E9D72FRGB
rgb(233, 215, 47)HSL
hsl(54, 81%, 55%)OKLCH
oklch(0.868 0.171 102.8)CMYK
cmyk(0%, 8%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4D018
2#CBB915
3#B2A213
4#988B10
5#7F740D
6#665C0B
7#4C4508
8#332E05
9#191703
Tints
Lighter variations
1#EBDB44
2#EEDF59
3#F0E36E
4#F2E782
5#F4EB97
6#F6EFAC
7#F8F3C1
8#FBF7D5
9#FDFBEA
Tones
Muted variations
1#E0CF39
2#D7C842
3#CDC04B
4#C4B954
5#BBB15E
6#B1AA67
7#A8A370
8#9F9B7A
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EA #F4EA95 | BordersInactive statesPlaceholder text |
| 400 | EEE0 #EEE05D | Disabled statesSecondary iconsMuted text |
| 500 | E9D7 #E9D72F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBB9 #CBB915 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A293 #A29311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A43 #4A4308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF9DF;
--gold-200: #F9F3C3;
--gold-300: #F4EA95;
--gold-400: #EEE05D;
--gold-500: #E9D72F;
--gold-600: #CBB915;
--gold-700: #A29311;
--gold-800: #73690C;
--gold-900: #4A4308;
--gold-950: #2E2A05;
}