Gold
#EBC52D
YellowColor Codes
All color formats for development
HEX
#EBC52DRGB
rgb(235, 197, 45)HSL
hsl(48, 83%, 55%)OKLCH
oklch(0.833 0.16 93.7)CMYK
cmyk(0%, 16%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7BD15
2#CDA813
3#B49311
4#9A7E0E
5#80690C
6#67540A
7#4D3F07
8#332A05
9#1A1502
Tints
Lighter variations
1#EDCB42
2#EFD157
3#F1D76C
4#F3DC81
5#F5E296
6#F7E8AB
7#F9EEC0
8#FBF3D5
9#FDF9EA
Tones
Muted variations
1#E2C037
2#D8BA40
3#CFB44A
4#C5AF53
5#BCA95D
6#B2A366
7#A99D70
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 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EE #F9EEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E2 #F5E294 | BordersInactive statesPlaceholder text |
| 400 | F0D2 #F0D25C | Disabled statesSecondary iconsMuted text |
| 500 | EBC5 #EBC52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA8 #CDA813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A386 #A3860F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755F #755F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3D #4B3D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F26 #2F2604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FCF6DE;
--gold-200: #F9EEC2;
--gold-300: #F5E294;
--gold-400: #F0D25C;
--gold-500: #EBC52D;
--gold-600: #CDA813;
--gold-700: #A3860F;
--gold-800: #755F0B;
--gold-900: #4B3D07;
--gold-950: #2F2604;
}