Gold
#EDD62C
YellowColor Codes
All color formats for development
HEX
#EDD62CRGB
rgb(237, 214, 44)HSL
hsl(53, 84%, 55%)OKLCH
oklch(0.869 0.172 100.9)CMYK
cmyk(0%, 10%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8D014
2#CEB812
3#B5A110
4#9B8A0D
5#81730B
6#675C09
7#4D4507
8#342E04
9#1A1702
Tints
Lighter variations
1#EEDA41
2#F0DE56
3#F2E26B
4#F4E680
5#F6EB95
6#F8EFAB
7#F9F3C0
8#FBF7D5
9#FDFBEA
Tones
Muted variations
1#E3CF35
2#D9C73F
3#D0C049
4#C6B952
5#BCB15C
6#B3AA66
7#A9A26F
8#A09B79
9#969483
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 | F6EA #F6EA93 | BordersInactive statesPlaceholder text |
| 400 | F1DF #F1DF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD6 #EDD62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB8 #CEB812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A493 #A4930E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7569 #75690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | 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: #F6EA93;
--gold-400: #F1DF5B;
--gold-500: #EDD62C;
--gold-600: #CEB812;
--gold-700: #A4930E;
--gold-800: #75690A;
--gold-900: #4B4307;
--gold-950: #2F2A04;
}