Gold
#E3DE35
YellowColor Codes
All color formats for development
HEX
#E3DE35RGB
rgb(227, 222, 53)HSL
hsl(58, 76%, 55%)OKLCH
oklch(0.877 0.175 107.7)CMYK
cmyk(0%, 2%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DED81E
2#C5C01B
3#ADA818
4#949014
5#7B7811
6#63600D
7#4A480A
8#313007
9#191803
Tints
Lighter variations
1#E6E149
2#E9E45D
3#ECE872
4#EEEB86
5#F1EE9A
6#F4F2AE
7#F7F5C2
8#F9F8D7
9#FCFCEB
Tones
Muted variations
1#DBD63E
2#D2CD46
3#C9C54F
4#C1BD58
5#B8B561
6#AFAD69
7#A6A572
8#9E9D7B
9#959484
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EE #F1EE98 | BordersInactive statesPlaceholder text |
| 400 | EAE5 #EAE562 | Disabled statesSecondary iconsMuted text |
| 500 | E3DE #E3DE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C0 #C5C01B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D99 #9D9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706D #706D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #48460A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FBFAE0;
--gold-200: #F7F5C5;
--gold-300: #F1EE98;
--gold-400: #EAE562;
--gold-500: #E3DE35;
--gold-600: #C5C01B;
--gold-700: #9D9915;
--gold-800: #706D0F;
--gold-900: #48460A;
--gold-950: #2D2C06;
}