Gold
#E9E32F
YellowColor Codes
All color formats for development
HEX
#E9E32FRGB
rgb(233, 227, 47)HSL
hsl(58, 81%, 55%)OKLCH
oklch(0.893 0.181 107.5)CMYK
cmyk(0%, 3%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4DE18
2#CBC515
3#B2AC13
4#989410
5#7F7B0D
6#66630B
7#4C4A08
8#333105
9#191903
Tints
Lighter variations
1#EBE644
2#EEE959
3#F0EB6E
4#F2EE82
5#F4F197
6#F6F4AC
7#F8F7C1
8#FBF9D5
9#FDFCEA
Tones
Muted variations
1#E0DA39
2#D7D242
3#CDC94B
4#C4C054
5#BBB85E
6#B1AF67
7#A8A670
8#9F9E7A
9#969583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F195 | BordersInactive statesPlaceholder text |
| 400 | EEE9 #EEE95D | Disabled statesSecondary iconsMuted text |
| 500 | E9E3 #E9E32F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC5 #CBC515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29D #A29D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7370 #73700C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDF;
--gold-200: #F9F7C3;
--gold-300: #F4F195;
--gold-400: #EEE95D;
--gold-500: #E9E32F;
--gold-600: #CBC515;
--gold-700: #A29D11;
--gold-800: #73700C;
--gold-900: #4A4808;
--gold-950: #2E2D05;
}