Gold
#EAE12E
YellowColor Codes
All color formats for development
HEX
#EAE12ERGB
rgb(234, 225, 46)HSL
hsl(57, 82%, 55%)OKLCH
oklch(0.889 0.18 106.4)CMYK
cmyk(0%, 4%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6DB17
2#CCC314
3#B3AB12
4#99920F
5#807A0D
6#66620A
7#4D4908
8#333105
9#1A1803
Tints
Lighter variations
1#ECE443
2#EEE758
3#F1EA6D
4#F3ED82
5#F5F097
6#F7F3AB
7#F9F6C0
8#FBF9D5
9#FDFCEA
Tones
Muted variations
1#E1D838
2#D8D041
3#CEC84A
4#C5BF54
5#BBB75D
6#B2AE67
7#A8A670
8#9F9D79
9#969583
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 | F9F6 #F9F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F0 #F4F094 | BordersInactive statesPlaceholder text |
| 400 | EFE8 #EFE85D | Disabled statesSecondary iconsMuted text |
| 500 | EAE1 #EAE12E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC3 #CCC314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29B #A29B10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746F #746F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A47 #4A4707 | 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: #F9F6C3;
--gold-300: #F4F094;
--gold-400: #EFE85D;
--gold-500: #EAE12E;
--gold-600: #CCC314;
--gold-700: #A29B10;
--gold-800: #746F0B;
--gold-900: #4A4707;
--gold-950: #2E2C05;
}