Gold
#EBD52D
YellowColor Codes
All color formats for development
HEX
#EBD52DRGB
rgb(235, 213, 45)HSL
hsl(53, 83%, 55%)OKLCH
oklch(0.865 0.171 101.2)CMYK
cmyk(0%, 9%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7CF15
2#CDB813
3#B4A111
4#9A8A0E
5#80730C
6#675C0A
7#4D4507
8#332E05
9#1A1702
Tints
Lighter variations
1#EDD942
2#EFDE57
3#F1E26C
4#F3E681
5#F5EA96
6#F7EEAB
7#F9F2C0
8#FBF7D5
9#FDFBEA
Tones
Muted variations
1#E2CE37
2#D8C740
3#CFBF4A
4#C5B853
5#BCB15D
6#B2A966
7#A9A270
8#9F9B79
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EA #F5EA94 | BordersInactive statesPlaceholder text |
| 400 | F0DF #F0DF5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD5 #EBD52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB8 #CDB813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A392 #A3920F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7568 #75680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF9DE;
--gold-200: #F9F3C2;
--gold-300: #F5EA94;
--gold-400: #F0DF5C;
--gold-500: #EBD52D;
--gold-600: #CDB813;
--gold-700: #A3920F;
--gold-800: #75680B;
--gold-900: #4B4307;
--gold-950: #2F2A04;
}