Gold
#E6E033
YellowColor Codes
All color formats for development
HEX
#E6E033RGB
rgb(230, 224, 51)HSL
hsl(58, 78%, 55%)OKLCH
oklch(0.884 0.178 107.4)CMYK
cmyk(0%, 3%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1DA1C
2#C8C219
3#AFAA16
4#969113
5#7D790F
6#64610C
7#4B4909
8#323006
9#191803
Tints
Lighter variations
1#E8E347
2#EBE65C
3#EDE970
4#F0EC84
5#F2EF99
6#F5F3AD
7#F7F6C2
8#FAF9D6
9#FCFCEB
Tones
Muted variations
1#DDD73C
2#D4CF45
3#CBC74E
4#C2BE57
5#B9B65F
6#B0AE68
7#A7A571
8#9E9D7A
9#959583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EF #F2EF97 | BordersInactive statesPlaceholder text |
| 400 | EBE7 #EBE760 | Disabled statesSecondary iconsMuted text |
| 500 | E6E0 #E6E033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C2 #C8C219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9A #9F9A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494709 | 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: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F6C4;
--gold-300: #F2EF97;
--gold-400: #EBE760;
--gold-500: #E6E033;
--gold-600: #C8C219;
--gold-700: #9F9A14;
--gold-800: #716E0E;
--gold-900: #494709;
--gold-950: #2D2C06;
}