Gold
#EAE72E
YellowColor Codes
All color formats for development
HEX
#EAE72ERGB
rgb(234, 231, 46)HSL
hsl(59, 82%, 55%)OKLCH
oklch(0.902 0.185 108.6)CMYK
cmyk(0%, 1%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6E217
2#CCC914
3#B3B012
4#99970F
5#807E0D
6#66650A
7#4D4B08
8#333205
9#1A1903
Tints
Lighter variations
1#ECEA43
2#EEEC58
3#F1EE6D
4#F3F182
5#F5F397
6#F7F5AB
7#F9F8C0
8#FBFAD5
9#FDFDEA
Tones
Muted variations
1#E1DE38
2#D8D541
3#CECC4A
4#C5C354
5#BBBA5D
6#B2B167
7#A8A870
8#9F9E79
9#969583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F3 #F4F394 | BordersInactive statesPlaceholder text |
| 400 | EFEC #EFEC5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE7 #EAE72E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC9 #CCC914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A0 #A2A010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7472 #74720B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4907 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDF;
--gold-200: #F9F8C3;
--gold-300: #F4F394;
--gold-400: #EFEC5D;
--gold-500: #EAE72E;
--gold-600: #CCC914;
--gold-700: #A2A010;
--gold-800: #74720B;
--gold-900: #4A4907;
--gold-950: #2E2E05;
}