Gold
#EAE42E
YellowColor Codes
All color formats for development
HEX
#EAE42ERGB
rgb(234, 228, 46)HSL
hsl(58, 82%, 55%)OKLCH
oklch(0.895 0.183 107.5)CMYK
cmyk(0%, 3%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6DF17
2#CCC614
3#B3AD12
4#99950F
5#807C0D
6#66630A
7#4D4A08
8#333205
9#1A1903
Tints
Lighter variations
1#ECE743
2#EEE958
3#F1EC6D
4#F3EF82
5#F5F297
6#F7F4AB
7#F9F7C0
8#FBFAD5
9#FDFCEA
Tones
Muted variations
1#E1DB38
2#D8D341
3#CECA4A
4#C5C154
5#BBB85D
6#B2AF67
7#A8A770
8#9F9E79
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 #F4F194 | BordersInactive statesPlaceholder text |
| 400 | EFEA #EFEA5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE4 #EAE42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC6 #CCC614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29E #A29E10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7471 #74710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4807 | 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: #F4F194;
--gold-400: #EFEA5D;
--gold-500: #EAE42E;
--gold-600: #CCC614;
--gold-700: #A29E10;
--gold-800: #74710B;
--gold-900: #4A4807;
--gold-950: #2E2D05;
}