Gold
#EAC52E
YellowColor Codes
All color formats for development
HEX
#EAC52ERGB
rgb(234, 197, 46)HSL
hsl(48, 82%, 55%)OKLCH
oklch(0.832 0.159 94)CMYK
cmyk(0%, 16%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6BC17
2#CCA714
3#B39212
4#997E0F
5#80690D
6#66540A
7#4D3F08
8#332A05
9#1A1503
Tints
Lighter variations
1#ECCB43
2#EED058
3#F1D66D
4#F3DC82
5#F5E297
6#F7E8AB
7#F9EEC0
8#FBF3D5
9#FDF9EA
Tones
Muted variations
1#E1BF38
2#D8B941
3#CEB44A
4#C5AE54
5#BBA85D
6#B2A367
7#A89D70
8#9F9879
9#969283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EE #F9EEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E1 #F4E194 | BordersInactive statesPlaceholder text |
| 400 | EFD2 #EFD25D | Disabled statesSecondary iconsMuted text |
| 500 | EAC5 #EAC52E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCA7 #CCA714 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A285 #A28510 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 745F #745F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3D #4A3D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FCF6DF;
--gold-200: #F9EEC3;
--gold-300: #F4E194;
--gold-400: #EFD25D;
--gold-500: #EAC52E;
--gold-600: #CCA714;
--gold-700: #A28510;
--gold-800: #745F0B;
--gold-900: #4A3D07;
--gold-950: #2E2605;
}