Gold
#E7D532
YellowColor Codes
All color formats for development
HEX
#E7D532RGB
rgb(231, 213, 50)HSL
hsl(54, 79%, 55%)OKLCH
oklch(0.862 0.169 102.7)CMYK
cmyk(0%, 8%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2CE1B
2#C9B718
3#B0A015
4#978912
5#7E720F
6#645C0C
7#4B4509
8#322E06
9#191703
Tints
Lighter variations
1#E9D946
2#ECDD5B
3#EEE16F
4#F1E684
5#F3EA98
6#F5EEAD
7#F8F2C1
8#FAF7D6
9#FDFBEA
Tones
Muted variations
1#DECE3B
2#D5C644
3#CCBF4D
4#C3B856
5#BAB15F
6#B1A968
7#A7A271
8#9E9B7A
9#959483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E9 #F3E996 | BordersInactive statesPlaceholder text |
| 400 | ECDE #ECDE5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D5 #E7D532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B7 #C9B718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A092 #A09213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7268 #72680D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF8DF;
--gold-200: #F8F3C4;
--gold-300: #F3E996;
--gold-400: #ECDE5F;
--gold-500: #E7D532;
--gold-600: #C9B718;
--gold-700: #A09213;
--gold-800: #72680D;
--gold-900: #494309;
--gold-950: #2E2A05;
}