Gold
#EBD22D
YellowColor Codes
All color formats for development
HEX
#EBD22DRGB
rgb(235, 210, 45)HSL
hsl(52, 83%, 55%)OKLCH
oklch(0.859 0.168 99.9)CMYK
cmyk(0%, 11%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7CB15
2#CDB413
3#B49E11
4#9A870E
5#80710C
6#675A0A
7#4D4407
8#332D05
9#1A1702
Tints
Lighter variations
1#EDD742
2#EFDB57
3#F1E06C
4#F3E481
5#F5E996
6#F7EDAB
7#F9F2C0
8#FBF6D5
9#FDFBEA
Tones
Muted variations
1#E2CB37
2#D8C440
3#CFBD4A
4#C5B653
5#BCAF5D
6#B2A866
7#A9A170
8#9F9A79
9#969383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F2 #F9F2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E8 #F5E894 | BordersInactive statesPlaceholder text |
| 400 | F0DC #F0DC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD2 #EBD22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB4 #CDB413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A390 #A3900F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7567 #75670B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF8DE;
--gold-200: #F9F2C2;
--gold-300: #F5E894;
--gold-400: #F0DC5C;
--gold-500: #EBD22D;
--gold-600: #CDB413;
--gold-700: #A3900F;
--gold-800: #75670B;
--gold-900: #4B4207;
--gold-950: #2F2904;
}