Gold
#E9E62F
YellowColor Codes
All color formats for development
HEX
#E9E62FRGB
rgb(233, 230, 47)HSL
hsl(59, 81%, 55%)OKLCH
oklch(0.899 0.184 108.6)CMYK
cmyk(0%, 1%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4E118
2#CBC815
3#B2AF13
4#989610
5#7F7D0D
6#66640B
7#4C4B08
8#333205
9#191903
Tints
Lighter variations
1#EBE944
2#EEEB59
3#F0EE6E
4#F2F082
5#F4F397
6#F6F5AC
7#F8F8C1
8#FBFAD5
9#FDFDEA
Tones
Muted variations
1#E0DD39
2#D7D442
3#CDCB4B
4#C4C254
5#BBB95E
6#B1B067
7#A8A770
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 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F2 #F4F295 | BordersInactive statesPlaceholder text |
| 400 | EEEC #EEEC5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E6 #E9E62F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC8 #CBC815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29F #A29F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7372 #73720C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4908 | 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: #F9F8C3;
--gold-300: #F4F295;
--gold-400: #EEEC5D;
--gold-500: #E9E62F;
--gold-600: #CBC815;
--gold-700: #A29F11;
--gold-800: #73720C;
--gold-900: #4A4908;
--gold-950: #2E2D05;
}