Gold
#EEC72B
YellowColor Codes
All color formats for development
HEX
#EEC72BRGB
rgb(238, 199, 43)HSL
hsl(48, 85%, 55%)OKLCH
oklch(0.84 0.162 93.5)CMYK
cmyk(0%, 16%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EABF13
2#D0A911
3#B6940F
4#9C7F0D
5#826A0B
6#685508
7#4E4006
8#342A04
9#1A1502
Tints
Lighter variations
1#F0CC40
2#F1D255
3#F3D86A
4#F5DD80
5#F6E395
6#F8E9AA
7#FAEEBF
8#FCF4D5
9#FDF9EA
Tones
Muted variations
1#E4C134
2#DABB3E
3#D1B548
4#C7AF52
5#BDAA5B
6#B3A465
7#AA9E6F
8#A09879
9#969282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEF #FAEFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E2 #F6E292 | BordersInactive statesPlaceholder text |
| 400 | F2D3 #F2D35A | Disabled statesSecondary iconsMuted text |
| 500 | EEC7 #EEC72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A9 #D0A911 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A587 #A5870D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7660 #76600A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E06 | 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: #FCF6DE;
--gold-200: #FAEFC2;
--gold-300: #F6E292;
--gold-400: #F2D35A;
--gold-500: #EEC72B;
--gold-600: #D0A911;
--gold-700: #A5870D;
--gold-800: #76600A;
--gold-900: #4B3E06;
--gold-950: #2F2704;
}