Gold
#E6D733
YellowColor Codes
All color formats for development
HEX
#E6D733RGB
rgb(230, 215, 51)HSL
hsl(55, 78%, 55%)OKLCH
oklch(0.865 0.17 103.9)CMYK
cmyk(0%, 7%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1D01C
2#C8B919
3#AFA216
4#968B13
5#7D740F
6#645D0C
7#4B4509
8#322E06
9#191703
Tints
Lighter variations
1#E8DB47
2#EBDF5C
3#EDE370
4#F0E784
5#F2EB99
6#F5EFAD
7#F7F3C2
8#FAF7D6
9#FCFBEB
Tones
Muted variations
1#DDCF3C
2#D4C845
3#CBC04E
4#C2B957
5#B9B25F
6#B0AA68
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 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EA #F2EA97 | BordersInactive statesPlaceholder text |
| 400 | EBE0 #EBE060 | Disabled statesSecondary iconsMuted text |
| 500 | E6D7 #E6D733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B9 #C8B919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F93 #9F9314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7169 #71690E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF9DF;
--gold-200: #F8F3C4;
--gold-300: #F2EA97;
--gold-400: #EBE060;
--gold-500: #E6D733;
--gold-600: #C8B919;
--gold-700: #9F9314;
--gold-800: #71690E;
--gold-900: #494309;
--gold-950: #2D2A06;
}