Gold
#E0D500
YellowColor Codes
All color formats for development
HEX
#E0D500RGB
rgb(224, 213, 0)HSL
hsl(57, 100%, 44%)OKLCH
oklch(0.854 0.182 105.9)CMYK
cmyk(0%, 5%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAC000
2#B4AB00
3#9D9500
4#878000
5#706B00
6#5A5500
7#434000
8#2D2B00
9#161500
Tints
Lighter variations
1#FDF000
2#FFF41B
3#FFF537
4#FFF654
5#FFF870
6#FFF98D
7#FFFBA9
8#FFFCC6
9#FFFEE2
Tones
Muted variations
1#D5CB0B
2#CAC116
3#BFB722
4#B4AD2D
5#A8A338
6#9D9943
7#928E4F
8#87845A
9#7B7A65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFD #FFFDDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFC #FFFCBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF9 #FFF98A | BordersInactive statesPlaceholder text |
| 400 | FFF6 #FFF64D | Disabled statesSecondary iconsMuted text |
| 500 | FFF4 #FFF41A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0D5 #E0D500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3AA #B3AA00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8079 #807900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 524E #524E00 | Primary textHigh emphasis contentDark headings |
| 950 | 3330 #333000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFEF0;
--gold-100: #FFFDDB;
--gold-200: #FFFCBD;
--gold-300: #FFF98A;
--gold-400: #FFF64D;
--gold-500: #FFF41A;
--gold-600: #E0D500;
--gold-700: #B3AA00;
--gold-800: #807900;
--gold-900: #524E00;
--gold-950: #333000;
}