Gold
#EBC92D
YellowColor Codes
All color formats for development
HEX
#EBC92DRGB
rgb(235, 201, 45)HSL
hsl(49, 83%, 55%)OKLCH
oklch(0.841 0.162 95.7)CMYK
cmyk(0%, 14%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7C115
2#CDAB13
3#B49611
4#9A800E
5#806B0C
6#67560A
7#4D4007
8#332B05
9#1A1502
Tints
Lighter variations
1#EDCE42
2#EFD357
3#F1D96C
4#F3DE81
5#F5E496
6#F7E9AB
7#F9EFC0
8#FBF4D5
9#FDFAEA
Tones
Muted variations
1#E2C337
2#D8BD40
3#CFB64A
4#C5B053
5#BCAA5D
6#B2A466
7#A99E70
8#9F9879
9#969283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EF #F9EFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E3 #F5E394 | BordersInactive statesPlaceholder text |
| 400 | F0D5 #F0D55C | Disabled statesSecondary iconsMuted text |
| 500 | EBC9 #EBC92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAB #CDAB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A388 #A3880F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7561 #75610B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FCF7DE;
--gold-200: #F9EFC2;
--gold-300: #F5E394;
--gold-400: #F0D55C;
--gold-500: #EBC92D;
--gold-600: #CDAB13;
--gold-700: #A3880F;
--gold-800: #75610B;
--gold-900: #4B3E07;
--gold-950: #2F2704;
}