Gold
#EBC22D
YellowColor Codes
All color formats for development
HEX
#EBC22DRGB
rgb(235, 194, 45)HSL
hsl(47, 83%, 55%)OKLCH
oklch(0.827 0.158 92.1)CMYK
cmyk(0%, 17%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7BA15
2#CDA513
3#B49011
4#9A7C0E
5#80670C
6#67520A
7#4D3E07
8#332905
9#1A1502
Tints
Lighter variations
1#EDC842
2#EFCE57
3#F1D46C
4#F3DB81
5#F5E196
6#F7E7AB
7#F9EDC0
8#FBF3D5
9#FDF9EA
Tones
Muted variations
1#E2BD37
2#D8B740
3#CFB24A
4#C5AD53
5#BCA75D
6#B2A266
7#A99C70
8#9F9779
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 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E0 #F5E094 | BordersInactive statesPlaceholder text |
| 400 | F0D0 #F0D05C | Disabled statesSecondary iconsMuted text |
| 500 | EBC2 #EBC22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA5 #CDA513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A383 #A3830F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755E #755E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FCF6DE;
--gold-200: #F9EDC2;
--gold-300: #F5E094;
--gold-400: #F0D05C;
--gold-500: #EBC22D;
--gold-600: #CDA513;
--gold-700: #A3830F;
--gold-800: #755E0B;
--gold-900: #4B3C07;
--gold-950: #2F2504;
}