Gold
#E9DA2F
YellowColor Codes
All color formats for development
HEX
#E9DA2FRGB
rgb(233, 218, 47)HSL
hsl(55, 81%, 55%)OKLCH
oklch(0.874 0.174 104)CMYK
cmyk(0%, 6%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4D318
2#CBBC15
3#B2A413
4#988D10
5#7F750D
6#665E0B
7#4C4608
8#332F05
9#191703
Tints
Lighter variations
1#EBDD44
2#EEE159
3#F0E56E
4#F2E982
5#F4EC97
6#F6F0AC
7#F8F4C1
8#FBF8D5
9#FDFBEA
Tones
Muted variations
1#E0D239
2#D7CA42
3#CDC24B
4#C4BB54
5#BBB35E
6#B1AB67
7#A8A370
8#9F9C7A
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EC #F4EC95 | BordersInactive statesPlaceholder text |
| 400 | EEE2 #EEE25D | Disabled statesSecondary iconsMuted text |
| 500 | E9DA #E9DA2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBBC #CBBC15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A295 #A29511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736B #736B0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A44 #4A4408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCF9DF;
--gold-200: #F9F4C3;
--gold-300: #F4EC95;
--gold-400: #EEE25D;
--gold-500: #E9DA2F;
--gold-600: #CBBC15;
--gold-700: #A29511;
--gold-800: #736B0C;
--gold-900: #4A4408;
--gold-950: #2E2B05;
}