Gold
#E8E230
YellowColor Codes
All color formats for development
HEX
#E8E230RGB
rgb(232, 226, 48)HSL
hsl(58, 80%, 55%)OKLCH
oklch(0.89 0.18 107.5)CMYK
cmyk(0%, 3%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3DC19
2#CAC416
3#B1AB14
4#979311
5#7E7A0E
6#65620B
7#4C4908
8#323106
9#191803
Tints
Lighter variations
1#EAE545
2#EDE85A
3#EFEB6E
4#F1EE83
5#F4F098
6#F6F3AC
7#F8F6C1
8#FAF9D6
9#FDFCEA
Tones
Muted variations
1#DFD93A
2#D6D143
3#CDC84C
4#C3C055
5#BAB75E
6#B1AF68
7#A8A671
8#9F9D7A
9#959583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F0 #F3F095 | BordersInactive statesPlaceholder text |
| 400 | EDE8 #EDE85E | Disabled statesSecondary iconsMuted text |
| 500 | E8E2 #E8E230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC4 #CAC416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19C #A19C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736F #736F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F7C3;
--gold-300: #F3F095;
--gold-400: #EDE85E;
--gold-500: #E8E230;
--gold-600: #CAC416;
--gold-700: #A19C12;
--gold-800: #736F0D;
--gold-900: #494708;
--gold-950: #2E2D05;
}