Gold
#E9E92F
YellowColor Codes
All color formats for development
HEX
#E9E92FRGB
rgb(233, 233, 47)HSL
hsl(60, 81%, 55%)OKLCH
oklch(0.905 0.187 109.6)CMYK
cmyk(0%, 0%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4E418
2#CBCB15
3#B2B213
4#989810
5#7F7F0D
6#66660B
7#4C4C08
8#333305
9#191903
Tints
Lighter variations
1#EBEB44
2#EEEE59
3#F0F06E
4#F2F282
5#F4F497
6#F6F6AC
7#F8F8C1
8#FBFBD5
9#FDFDEA
Tones
Muted variations
1#E0E039
2#D7D742
3#CDCD4B
4#C4C454
5#BBBB5E
6#B1B167
7#A8A870
8#9F9F7A
9#969683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F9 #F9F9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F4 #F4F495 | BordersInactive statesPlaceholder text |
| 400 | EEEE #EEEE5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E9 #E9E92F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBCB #CBCB15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A2 #A2A211 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A4A #4A4A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FCFCDF;
--gold-200: #F9F9C3;
--gold-300: #F4F495;
--gold-400: #EEEE5D;
--gold-500: #E9E92F;
--gold-600: #CBCB15;
--gold-700: #A2A211;
--gold-800: #73730C;
--gold-900: #4A4A08;
--gold-950: #2E2E05;
}