Gold
#EDD02C
YellowColor Codes
All color formats for development
HEX
#EDD02CRGB
rgb(237, 208, 44)HSL
hsl(51, 84%, 55%)OKLCH
oklch(0.857 0.167 98.2)CMYK
cmyk(0%, 12%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8C814
2#CEB212
3#B59C10
4#9B860D
5#816F0B
6#675909
7#4D4307
8#342D04
9#1A1602
Tints
Lighter variations
1#EED441
2#F0D956
3#F2DE6B
4#F4E380
5#F6E795
6#F8ECAB
7#F9F1C0
8#FBF6D5
9#FDFAEA
Tones
Muted variations
1#E3C935
2#D9C23F
3#D0BB49
4#C6B552
5#BCAE5C
6#B3A766
7#A9A06F
8#A09A79
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 | FAF1 #FAF1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E7 #F6E793 | BordersInactive statesPlaceholder text |
| 400 | F1DA #F1DA5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD0 #EDD02C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB2 #CEB212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A48E #A48E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7565 #75650A | 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: #FAF1C2;
--gold-300: #F6E793;
--gold-400: #F1DA5B;
--gold-500: #EDD02C;
--gold-600: #CEB212;
--gold-700: #A48E0E;
--gold-800: #75650A;
--gold-900: #4B4107;
--gold-950: #2F2804;
}