Gold
#EBCC2D
YellowColor Codes
All color formats for development
HEX
#EBCC2DRGB
rgb(235, 204, 45)HSL
hsl(50, 83%, 55%)OKLCH
oklch(0.847 0.164 97.1)CMYK
cmyk(0%, 13%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7C415
2#CDAE13
3#B49811
4#9A830E
5#806D0C
6#67570A
7#4D4107
8#332C05
9#1A1602
Tints
Lighter variations
1#EDD142
2#EFD657
3#F1DB6C
4#F3E081
5#F5E596
6#F7EAAB
7#F9F0C0
8#FBF5D5
9#FDFAEA
Tones
Muted variations
1#E2C537
2#D8BF40
3#CFB94A
4#C5B253
5#BCAC5D
6#B2A666
7#A99F70
8#9F9979
9#969383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F0 #F9F0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E5 #F5E594 | BordersInactive statesPlaceholder text |
| 400 | F0D7 #F0D75C | Disabled statesSecondary iconsMuted text |
| 500 | EBCC #EBCC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAE #CDAE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38B #A38B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7563 #75630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F07 | 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: #FCF7DE;
--gold-200: #F9F0C2;
--gold-300: #F5E594;
--gold-400: #F0D75C;
--gold-500: #EBCC2D;
--gold-600: #CDAE13;
--gold-700: #A38B0F;
--gold-800: #75630B;
--gold-900: #4B3F07;
--gold-950: #2F2804;
}