Gold
#E7D832
YellowColor Codes
All color formats for development
HEX
#E7D832RGB
rgb(231, 216, 50)HSL
hsl(55, 79%, 55%)OKLCH
oklch(0.868 0.171 103.9)CMYK
cmyk(0%, 6%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2D11B
2#C9BA18
3#B0A315
4#978C12
5#7E740F
6#645D0C
7#4B4609
8#322F06
9#191703
Tints
Lighter variations
1#E9DC46
2#ECE05B
3#EEE46F
4#F1E784
5#F3EB98
6#F5EFAD
7#F8F3C1
8#FAF7D6
9#FDFBEA
Tones
Muted variations
1#DED03B
2#D5C944
3#CCC14D
4#C3BA56
5#BAB25F
6#B1AA68
7#A7A371
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 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB96 | BordersInactive statesPlaceholder text |
| 400 | ECE1 #ECE15F | Disabled statesSecondary iconsMuted text |
| 500 | E7D8 #E7D832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9BA #C9BA18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A094 #A09413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726A #726A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494409 | 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: #FBF9DF;
--gold-200: #F8F4C4;
--gold-300: #F3EB96;
--gold-400: #ECE15F;
--gold-500: #E7D832;
--gold-600: #C9BA18;
--gold-700: #A09413;
--gold-800: #726A0D;
--gold-900: #494409;
--gold-950: #2E2A05;
}