Gold
#E6DA33
YellowColor Codes
All color formats for development
HEX
#E6DA33RGB
rgb(230, 218, 51)HSL
hsl(56, 78%, 55%)OKLCH
oklch(0.871 0.172 105.1)CMYK
cmyk(0%, 5%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1D41C
2#C8BC19
3#AFA516
4#968D13
5#7D760F
6#645E0C
7#4B4709
8#322F06
9#191803
Tints
Lighter variations
1#E8DE47
2#EBE15C
3#EDE570
4#F0E984
5#F2EC99
6#F5F0AD
7#F7F4C2
8#FAF8D6
9#FCFBEB
Tones
Muted variations
1#DDD23C
2#D4CA45
3#CBC34E
4#C2BB57
5#B9B35F
6#B0AB68
7#A7A471
8#9E9C7A
9#959483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EC #F2EC97 | BordersInactive statesPlaceholder text |
| 400 | EBE2 #EBE260 | Disabled statesSecondary iconsMuted text |
| 500 | E6DA #E6DA33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8BC #C8BC19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F96 #9F9614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716B #716B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBF9DF;
--gold-200: #F8F4C4;
--gold-300: #F2EC97;
--gold-400: #EBE260;
--gold-500: #E6DA33;
--gold-600: #C8BC19;
--gold-700: #9F9614;
--gold-800: #716B0E;
--gold-900: #494409;
--gold-950: #2D2B06;
}