Gold
#E0C600
YellowColor Codes
All color formats for development
HEX
#E0C600RGB
rgb(224, 198, 0)HSL
hsl(53, 100%, 44%)OKLCH
oklch(0.823 0.171 99.7)CMYK
cmyk(0%, 12%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAB200
2#B49F00
3#9D8B00
4#877700
5#706300
6#5A4F00
7#433B00
8#2D2800
9#161400
Tints
Lighter variations
1#FDDF00
2#FFE41B
3#FFE837
4#FFEB54
5#FFEE70
6#FFF28D
7#FFF5A9
8#FFF8C6
9#FFFCE2
Tones
Muted variations
1#D5BE0B
2#CAB516
3#BFAC22
4#B4A42D
5#A89B38
6#9D9343
7#928A4F
8#87815A
9#7B7965
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF7 #FFF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF1 #FFF18A | BordersInactive statesPlaceholder text |
| 400 | FFEA #FFEA4D | Disabled statesSecondary iconsMuted text |
| 500 | FFE4 #FFE41A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0C6 #E0C600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B39E #B39E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8071 #807100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5248 #524800 | Primary textHigh emphasis contentDark headings |
| 950 | 332D #332D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FFFBDB;
--gold-200: #FFF7BD;
--gold-300: #FFF18A;
--gold-400: #FFEA4D;
--gold-500: #FFE41A;
--gold-600: #E0C600;
--gold-700: #B39E00;
--gold-800: #807100;
--gold-900: #524800;
--gold-950: #332D00;
}