Gold
#E6D433
YellowColor Codes
All color formats for development
HEX
#E6D433RGB
rgb(230, 212, 51)HSL
hsl(54, 78%, 55%)OKLCH
oklch(0.859 0.167 102.6)CMYK
cmyk(0%, 8%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1CD1C
2#C8B619
3#AF9F16
4#968913
5#7D720F
6#645B0C
7#4B4409
8#322E06
9#191703
Tints
Lighter variations
1#E8D847
2#EBDC5C
3#EDE170
4#F0E584
5#F2E999
6#F5EEAD
7#F7F2C2
8#FAF6D6
9#FCFBEB
Tones
Muted variations
1#DDCD3C
2#D4C645
3#CBBE4E
4#C2B757
5#B9B05F
6#B0A968
7#A7A271
8#9E9B7A
9#959383
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 | F2E9 #F2E997 | BordersInactive statesPlaceholder text |
| 400 | EBDD #EBDD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D4 #E6D433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B6 #C8B619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F91 #9F9114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7168 #71680E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | 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: #F2E997;
--gold-400: #EBDD60;
--gold-500: #E6D433;
--gold-600: #C8B619;
--gold-700: #9F9114;
--gold-800: #71680E;
--gold-900: #494209;
--gold-950: #2D2906;
}