Gold
#EAD82E
YellowColor Codes
All color formats for development
HEX
#EAD82ERGB
rgb(234, 216, 46)HSL
hsl(54, 82%, 55%)OKLCH
oklch(0.871 0.173 102.9)CMYK
cmyk(0%, 8%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6D117
2#CCBA14
3#B3A312
4#998B0F
5#80740D
6#665D0A
7#4D4608
8#332E05
9#1A1703
Tints
Lighter variations
1#ECDB43
2#EEDF58
3#F1E36D
4#F3E782
5#F5EB97
6#F7EFAB
7#F9F3C0
8#FBF7D5
9#FDFBEA
Tones
Muted variations
1#E1D038
2#D8C841
3#CEC14A
4#C5B954
5#BBB25D
6#B2AA67
7#A8A370
8#9F9B79
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EB #F4EB94 | BordersInactive statesPlaceholder text |
| 400 | EFE0 #EFE05D | Disabled statesSecondary iconsMuted text |
| 500 | EAD8 #EAD82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCBA #CCBA14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A294 #A29410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746A #746A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A44 #4A4407 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FCF9DF;
--gold-200: #F9F4C3;
--gold-300: #F4EB94;
--gold-400: #EFE05D;
--gold-500: #EAD82E;
--gold-600: #CCBA14;
--gold-700: #A29410;
--gold-800: #746A0B;
--gold-900: #4A4407;
--gold-950: #2E2A05;
}