Gold
#EADE2E
YellowColor Codes
All color formats for development
HEX
#EADE2ERGB
rgb(234, 222, 46)HSL
hsl(56, 82%, 55%)OKLCH
oklch(0.883 0.177 105.3)CMYK
cmyk(0%, 5%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6D817
2#CCC014
3#B3A812
4#99900F
5#80780D
6#66600A
7#4D4808
8#333005
9#1A1803
Tints
Lighter variations
1#ECE143
2#EEE458
3#F1E86D
4#F3EB82
5#F5EE97
6#F7F2AB
7#F9F5C0
8#FBF8D5
9#FDFCEA
Tones
Muted variations
1#E1D638
2#D8CD41
3#CEC54A
4#C5BD54
5#BBB55D
6#B2AD67
7#A8A570
8#9F9D79
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EE #F4EE94 | BordersInactive statesPlaceholder text |
| 400 | EFE5 #EFE55D | Disabled statesSecondary iconsMuted text |
| 500 | EADE #EADE2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC0 #CCC014 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A299 #A29910 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746D #746D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A46 #4A4607 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFADF;
--gold-200: #F9F5C3;
--gold-300: #F4EE94;
--gold-400: #EFE55D;
--gold-500: #EADE2E;
--gold-600: #CCC014;
--gold-700: #A29910;
--gold-800: #746D0B;
--gold-900: #4A4607;
--gold-950: #2E2C05;
}