Gold
#EBBF2D
YellowColor Codes
All color formats for development
HEX
#EBBF2DRGB
rgb(235, 191, 45)HSL
hsl(46, 83%, 55%)OKLCH
oklch(0.821 0.157 90.5)CMYK
cmyk(0%, 19%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7B615
2#CDA213
3#B48E11
4#9A790E
5#80650C
6#67510A
7#4D3D07
8#332805
9#1A1402
Tints
Lighter variations
1#EDC542
2#EFCC57
3#F1D26C
4#F3D981
5#F5DF96
6#F7E5AB
7#F9ECC0
8#FBF2D5
9#FDF9EA
Tones
Muted variations
1#E2BA37
2#D8B540
3#CFB04A
4#C5AB53
5#BCA65D
6#B2A166
7#A99B70
8#9F9679
9#969183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DE #F5DE94 | BordersInactive statesPlaceholder text |
| 400 | F0CD #F0CD5C | Disabled statesSecondary iconsMuted text |
| 500 | EBBF #EBBF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA2 #CDA213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A381 #A3810F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755C #755C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B07 | 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: #FCF5DE;
--gold-200: #F9EDC2;
--gold-300: #F5DE94;
--gold-400: #F0CD5C;
--gold-500: #EBBF2D;
--gold-600: #CDA213;
--gold-700: #A3810F;
--gold-800: #755C0B;
--gold-900: #4B3B07;
--gold-950: #2F2504;
}