Gold
#EBD82D
YellowColor Codes
All color formats for development
HEX
#EBD82DRGB
rgb(235, 216, 45)HSL
hsl(54, 83%, 55%)OKLCH
oklch(0.871 0.173 102.5)CMYK
cmyk(0%, 8%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7D215
2#CDBB13
3#B4A311
4#9A8C0E
5#80750C
6#675D0A
7#4D4607
8#332F05
9#1A1702
Tints
Lighter variations
1#EDDC42
2#EFE057
3#F1E46C
4#F3E881
5#F5EC96
6#F7F0AB
7#F9F3C0
8#FBF7D5
9#FDFBEA
Tones
Muted variations
1#E2D137
2#D8C940
3#CFC24A
4#C5BA53
5#BCB25D
6#B2AB66
7#A9A370
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 | F9F4 #F9F4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EB #F5EB94 | BordersInactive statesPlaceholder text |
| 400 | F0E1 #F0E15C | Disabled statesSecondary iconsMuted text |
| 500 | EBD8 #EBD82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBB #CDBB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A395 #A3950F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756A #756A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B44 #4B4407 | 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: #F9F4C2;
--gold-300: #F5EB94;
--gold-400: #F0E15C;
--gold-500: #EBD82D;
--gold-600: #CDBB13;
--gold-700: #A3950F;
--gold-800: #756A0B;
--gold-900: #4B4407;
--gold-950: #2F2A04;
}