Gold
#EBE52D
YellowColor Codes
All color formats for development
HEX
#EBE52DRGB
rgb(235, 229, 45)HSL
hsl(58, 83%, 55%)OKLCH
oklch(0.898 0.184 107.6)CMYK
cmyk(0%, 3%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7E015
2#CDC713
3#B4AE11
4#9A950E
5#807C0C
6#67640A
7#4D4B07
8#333205
9#1A1902
Tints
Lighter variations
1#EDE842
2#EFEA57
3#F1ED6C
4#F3EF81
5#F5F296
6#F7F5AB
7#F9F7C0
8#FBFAD5
9#FDFCEA
Tones
Muted variations
1#E2DC37
2#D8D340
3#CFCA4A
4#C5C253
5#BCB95D
6#B2B066
7#A9A770
8#9F9E79
9#969583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F2 #F5F294 | BordersInactive statesPlaceholder text |
| 400 | F0EB #F0EB5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE5 #EBE52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC7 #CDC713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39E #A39E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7571 #75710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDE;
--gold-200: #F9F8C2;
--gold-300: #F5F294;
--gold-400: #F0EB5C;
--gold-500: #EBE52D;
--gold-600: #CDC713;
--gold-700: #A39E0F;
--gold-800: #75710B;
--gold-900: #4B4807;
--gold-950: #2F2D04;
}