Gold
#EED72B
YellowColor Codes
All color formats for development
HEX
#EED72BRGB
rgb(238, 215, 43)HSL
hsl(53, 85%, 55%)OKLCH
oklch(0.872 0.173 101)CMYK
cmyk(0%, 10%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAD013
2#D0B911
3#B6A20F
4#9C8B0D
5#82740B
6#685D08
7#4E4506
8#342E04
9#1A1702
Tints
Lighter variations
1#F0DB40
2#F1DF55
3#F3E36A
4#F5E780
5#F6EB95
6#F8EFAA
7#FAF3BF
8#FCF7D5
9#FDFBEA
Tones
Muted variations
1#E4D034
2#DAC83E
3#D1C148
4#C7B952
5#BDB25B
6#B3AA65
7#AAA36F
8#A09B79
9#969482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EB #F6EB92 | BordersInactive statesPlaceholder text |
| 400 | F2E0 #F2E05A | Disabled statesSecondary iconsMuted text |
| 500 | EED7 #EED72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B9 #D0B911 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A593 #A5930D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7669 #76690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4306 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF9DE;
--gold-200: #FAF3C2;
--gold-300: #F6EB92;
--gold-400: #F2E05A;
--gold-500: #EED72B;
--gold-600: #D0B911;
--gold-700: #A5930D;
--gold-800: #76690A;
--gold-900: #4B4306;
--gold-950: #2F2A04;
}