Gold
#EBCF2D
YellowColor Codes
All color formats for development
HEX
#EBCF2DRGB
rgb(235, 207, 45)HSL
hsl(51, 83%, 55%)OKLCH
oklch(0.853 0.166 98.5)CMYK
cmyk(0%, 12%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7C815
2#CDB113
3#B49B11
4#9A850E
5#806F0C
6#67590A
7#4D4307
8#332C05
9#1A1602
Tints
Lighter variations
1#EDD442
2#EFD957
3#F1DD6C
4#F3E281
5#F5E796
6#F7ECAB
7#F9F1C0
8#FBF5D5
9#FDFAEA
Tones
Muted variations
1#E2C837
2#D8C240
3#CFBB4A
4#C5B453
5#BCAE5D
6#B2A766
7#A9A070
8#9F9A79
9#969383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F1 #F9F1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E6 #F5E694 | BordersInactive statesPlaceholder text |
| 400 | F0DA #F0DA5C | Disabled statesSecondary iconsMuted text |
| 500 | EBCF #EBCF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB1 #CDB113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38D #A38D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7565 #75650B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF8DE;
--gold-200: #F9F1C2;
--gold-300: #F5E694;
--gold-400: #F0DA5C;
--gold-500: #EBCF2D;
--gold-600: #CDB113;
--gold-700: #A38D0F;
--gold-800: #75650B;
--gold-900: #4B4107;
--gold-950: #2F2804;
}