Gold
#EAEA2E
YellowColor Codes
All color formats for development
HEX
#EAEA2ERGB
rgb(234, 234, 46)HSL
hsl(60, 82%, 55%)OKLCH
oklch(0.908 0.188 109.6)CMYK
cmyk(0%, 0%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6E617
2#CCCC14
3#B3B312
4#99990F
5#80800D
6#66660A
7#4D4D08
8#333305
9#1A1A03
Tints
Lighter variations
1#ECEC43
2#EEEE58
3#F1F16D
4#F3F382
5#F5F597
6#F7F7AB
7#F9F9C0
8#FBFBD5
9#FDFDEA
Tones
Muted variations
1#E1E138
2#D8D841
3#CECE4A
4#C5C554
5#BBBB5D
6#B2B267
7#A8A870
8#9F9F79
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 #F4F494 | BordersInactive statesPlaceholder text |
| 400 | EFEF #EFEF5D | Disabled statesSecondary iconsMuted text |
| 500 | EAEA #EAEA2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCCC #CCCC14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A2 #A2A210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7474 #74740B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A4A #4A4A07 | 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: #F4F494;
--gold-400: #EFEF5D;
--gold-500: #EAEA2E;
--gold-600: #CCCC14;
--gold-700: #A2A210;
--gold-800: #74740B;
--gold-900: #4A4A07;
--gold-950: #2E2E05;
}