Gold
#E7E732
YellowColor Codes
All color formats for development
HEX
#E7E732RGB
rgb(231, 231, 50)HSL
hsl(60, 79%, 55%)OKLCH
oklch(0.899 0.184 109.6)CMYK
cmyk(0%, 0%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2E21B
2#C9C918
3#B0B015
4#979712
5#7E7E0F
6#64640C
7#4B4B09
8#323206
9#191903
Tints
Lighter variations
1#E9E946
2#ECEC5B
3#EEEE6F
4#F1F184
5#F3F398
6#F5F5AD
7#F8F8C1
8#FAFAD6
9#FDFDEA
Tones
Muted variations
1#DEDE3B
2#D5D544
3#CCCC4D
4#C3C356
5#BABA5F
6#B1B168
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 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F396 | BordersInactive statesPlaceholder text |
| 400 | ECEC #ECEC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E7 #E7E732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C9 #C9C918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A0A0 #A0A013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7272 #72720D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | 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: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F8C4;
--gold-300: #F3F396;
--gold-400: #ECEC5F;
--gold-500: #E7E732;
--gold-600: #C9C918;
--gold-700: #A0A013;
--gold-800: #72720D;
--gold-900: #494909;
--gold-950: #2E2E05;
}