Gold
#E7E432
YellowColor Codes
All color formats for development
HEX
#E7E432RGB
rgb(231, 228, 50)HSL
hsl(59, 79%, 55%)OKLCH
oklch(0.893 0.181 108.5)CMYK
cmyk(0%, 1%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2DF1B
2#C9C618
3#B0AD15
4#979412
5#7E7C0F
6#64630C
7#4B4A09
8#323106
9#191903
Tints
Lighter variations
1#E9E746
2#ECE95B
3#EEEC6F
4#F1EF84
5#F3F198
6#F5F4AD
7#F8F7C1
8#FAFAD6
9#FDFCEA
Tones
Muted variations
1#DEDB3B
2#D5D244
3#CCCA4D
4#C3C156
5#BAB85F
6#B1AF68
7#A7A771
8#9E9E7A
9#959583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F1 #F3F196 | BordersInactive statesPlaceholder text |
| 400 | ECEA #ECEA5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E4 #E7E432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C6 #C9C618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A09D #A09D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7270 #72700D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | 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: #FBFBDF;
--gold-200: #F8F7C4;
--gold-300: #F3F196;
--gold-400: #ECEA5F;
--gold-500: #E7E432;
--gold-600: #C9C618;
--gold-700: #A09D13;
--gold-800: #72700D;
--gold-900: #494809;
--gold-950: #2E2D05;
}