Gold
#E6E633
YellowColor Codes
All color formats for development
HEX
#E6E633RGB
rgb(230, 230, 51)HSL
hsl(60, 78%, 55%)OKLCH
oklch(0.897 0.183 109.6)CMYK
cmyk(0%, 0%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1E11C
2#C8C819
3#AFAF16
4#969613
5#7D7D0F
6#64640C
7#4B4B09
8#323206
9#191903
Tints
Lighter variations
1#E8E847
2#EBEB5C
3#EDED70
4#F0F084
5#F2F299
6#F5F5AD
7#F7F7C2
8#FAFAD6
9#FCFCEB
Tones
Muted variations
1#DDDD3C
2#D4D445
3#CBCB4E
4#C2C257
5#B9B95F
6#B0B068
7#A7A771
8#9E9E7A
9#959583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F8C4;
--gold-300: #F2F297;
--gold-400: #EBEB60;
--gold-500: #E6E633;
--gold-600: #C8C819;
--gold-700: #9F9F14;
--gold-800: #71710E;
--gold-900: #494909;
--gold-950: #2D2D06;
}