Gold
#E7E132
YellowColor Codes
All color formats for development
HEX
#E7E132RGB
rgb(231, 225, 50)HSL
hsl(58, 79%, 55%)OKLCH
oklch(0.887 0.179 107.5)CMYK
cmyk(0%, 3%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2DB1B
2#C9C318
3#B0AB15
4#979212
5#7E7A0F
6#64610C
7#4B4909
8#323106
9#191803
Tints
Lighter variations
1#E9E446
2#ECE75B
3#EEEA6F
4#F1ED84
5#F3F098
6#F5F3AD
7#F8F6C1
8#FAF9D6
9#FDFCEA
Tones
Muted variations
1#DED83B
2#D5D044
3#CCC74D
4#C3BF56
5#BAB75F
6#B1AE68
7#A7A671
8#9E9D7A
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 | F8F6 #F8F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F0 #F3F096 | BordersInactive statesPlaceholder text |
| 400 | ECE8 #ECE85F | Disabled statesSecondary iconsMuted text |
| 500 | E7E1 #E7E132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C3 #C9C318 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A09B #A09B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726F #726F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494709 | 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: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F6C4;
--gold-300: #F3F096;
--gold-400: #ECE85F;
--gold-500: #E7E132;
--gold-600: #C9C318;
--gold-700: #A09B13;
--gold-800: #726F0D;
--gold-900: #494709;
--gold-950: #2E2C05;
}