Gold
#E0E000
YellowColor Codes
All color formats for development
HEX
#E0E000RGB
rgb(224, 224, 0)HSL
hsl(60, 100%, 44%)OKLCH
oklch(0.878 0.191 109.8)CMYK
cmyk(0%, 0%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CACA00
2#B4B400
3#9D9D00
4#878700
5#707000
6#5A5A00
7#434300
8#2D2D00
9#161600
Tints
Lighter variations
1#FDFD00
2#FFFF1B
3#FFFF37
4#FFFF54
5#FFFF70
6#FFFF8D
7#FFFFA9
8#FFFFC6
9#FFFFE2
Tones
Muted variations
1#D5D50B
2#CACA16
3#BFBF22
4#B4B42D
5#A8A838
6#9D9D43
7#92924F
8#87875A
9#7B7B65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFF #FFFFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFF #FFFFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFFF #FFFF8A | BordersInactive statesPlaceholder text |
| 400 | FFFF #FFFF4D | Disabled statesSecondary iconsMuted text |
| 500 | FFFF #FFFF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0E0 #E0E000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3B3 #B3B300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8080 #808000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5252 #525200 | Primary textHigh emphasis contentDark headings |
| 950 | 3333 #333300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFFF0;
--gold-100: #FFFFDB;
--gold-200: #FFFFBD;
--gold-300: #FFFF8A;
--gold-400: #FFFF4D;
--gold-500: #FFFF1A;
--gold-600: #E0E000;
--gold-700: #B3B300;
--gold-800: #808000;
--gold-900: #525200;
--gold-950: #333300;
}