Gold
#EACE2E
YellowColor Codes
All color formats for development
HEX
#EACE2ERGB
rgb(234, 206, 46)HSL
hsl(51, 82%, 55%)OKLCH
oklch(0.85 0.165 98.4)CMYK
cmyk(0%, 12%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6C717
2#CCB114
3#B39B12
4#99840F
5#806E0D
6#66580A
7#4D4208
8#332C05
9#1A1603
Tints
Lighter variations
1#ECD343
2#EED858
3#F1DD6D
4#F3E282
5#F5E797
6#F7EBAB
7#F9F0C0
8#FBF5D5
9#FDFAEA
Tones
Muted variations
1#E1C838
2#D8C141
3#CEBA4A
4#C5B454
5#BBAD5D
6#B2A767
7#A8A070
8#9F9979
9#969383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F1 #F9F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E6 #F4E694 | BordersInactive statesPlaceholder text |
| 400 | EFD9 #EFD95D | Disabled statesSecondary iconsMuted text |
| 500 | EACE #EACE2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB1 #CCB114 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28C #A28C10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7464 #74640B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A40 #4A4007 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF7DF;
--gold-200: #F9F1C3;
--gold-300: #F4E694;
--gold-400: #EFD95D;
--gold-500: #EACE2E;
--gold-600: #CCB114;
--gold-700: #A28C10;
--gold-800: #74640B;
--gold-900: #4A4007;
--gold-950: #2E2805;
}