Gold
#EACB2E
YellowColor Codes
All color formats for development
HEX
#EACB2ERGB
rgb(234, 203, 46)HSL
hsl(50, 82%, 55%)OKLCH
oklch(0.844 0.163 97)CMYK
cmyk(0%, 13%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6C317
2#CCAE14
3#B39812
4#99820F
5#806C0D
6#66570A
7#4D4108
8#332B05
9#1A1603
Tints
Lighter variations
1#ECD043
2#EED558
3#F1DB6D
4#F3E082
5#F5E597
6#F7EAAB
7#F9EFC0
8#FBF5D5
9#FDFAEA
Tones
Muted variations
1#E1C538
2#D8BE41
3#CEB84A
4#C5B254
5#BBAC5D
6#B2A567
7#A89F70
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 | F9F0 #F9F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E4 #F4E494 | BordersInactive statesPlaceholder text |
| 400 | EFD7 #EFD75D | Disabled statesSecondary iconsMuted text |
| 500 | EACB #EACB2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCAE #CCAE14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28A #A28A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7463 #74630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3F #4A3F07 | 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: #FEFCF1;
--gold-100: #FCF7DF;
--gold-200: #F9F0C3;
--gold-300: #F4E494;
--gold-400: #EFD75D;
--gold-500: #EACB2E;
--gold-600: #CCAE14;
--gold-700: #A28A10;
--gold-800: #74630B;
--gold-900: #4A3F07;
--gold-950: #2E2705;
}