Gold
#E6E333
YellowColor Codes
All color formats for development
HEX
#E6E333RGB
rgb(230, 227, 51)HSL
hsl(59, 78%, 55%)OKLCH
oklch(0.89 0.18 108.5)CMYK
cmyk(0%, 1%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1DD1C
2#C8C519
3#AFAC16
4#969413
5#7D7B0F
6#64620C
7#4B4A09
8#323106
9#191903
Tints
Lighter variations
1#E8E647
2#EBE85C
3#EDEB70
4#F0EE84
5#F2F199
6#F5F4AD
7#F7F7C2
8#FAF9D6
9#FCFCEB
Tones
Muted variations
1#DDDA3C
2#D4D145
3#CBC94E
4#C2C057
5#B9B85F
6#B0AF68
7#A7A671
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 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F1 #F2F197 | BordersInactive statesPlaceholder text |
| 400 | EBE9 #EBE960 | Disabled statesSecondary iconsMuted text |
| 500 | E6E3 #E6E333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C5 #C8C519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9D #9F9D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7170 #71700E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | 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: #F8F7C4;
--gold-300: #F2F197;
--gold-400: #EBE960;
--gold-500: #E6E333;
--gold-600: #C8C519;
--gold-700: #9F9D14;
--gold-800: #71700E;
--gold-900: #494809;
--gold-950: #2D2D06;
}