Gold
#EAC82E
YellowColor Codes
All color formats for development
HEX
#EAC82ERGB
rgb(234, 200, 46)HSL
hsl(49, 82%, 55%)OKLCH
oklch(0.838 0.161 95.6)CMYK
cmyk(0%, 15%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6C017
2#CCAA14
3#B39512
4#99800F
5#806B0D
6#66550A
7#4D4008
8#332B05
9#1A1503
Tints
Lighter variations
1#ECCD43
2#EED358
3#F1D86D
4#F3DE82
5#F5E397
6#F7E9AB
7#F9EEC0
8#FBF4D5
9#FDF9EA
Tones
Muted variations
1#E1C238
2#D8BC41
3#CEB64A
4#C5B054
5#BBAA5D
6#B2A467
7#A89E70
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 | F9EF #F9EFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E3 #F4E394 | BordersInactive statesPlaceholder text |
| 400 | EFD4 #EFD45D | Disabled statesSecondary iconsMuted text |
| 500 | EAC8 #EAC82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCAA #CCAA14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A288 #A28810 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7461 #74610B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3E #4A3E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FCF6DF;
--gold-200: #F9EFC3;
--gold-300: #F4E394;
--gold-400: #EFD45D;
--gold-500: #EAC82E;
--gold-600: #CCAA14;
--gold-700: #A28810;
--gold-800: #74610B;
--gold-900: #4A3E07;
--gold-950: #2E2705;
}