Gold
#E5E534
YellowColor Codes
All color formats for development
HEX
#E5E534RGB
rgb(229, 229, 52)HSL
hsl(60, 77%, 55%)OKLCH
oklch(0.894 0.182 109.6)CMYK
cmyk(0%, 0%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFDF1D
2#C7C71A
3#AEAE17
4#959513
5#7C7C10
6#63630D
7#4A4A0A
8#323206
9#191903
Tints
Lighter variations
1#E7E748
2#EAEA5D
3#EDED71
4#EFEF85
5#F2F299
6#F4F4AE
7#F7F7C2
8#FAFAD6
9#FCFCEB
Tones
Muted variations
1#DCDC3D
2#D3D346
3#CACA4E
4#C1C157
5#B8B860
6#B0B069
7#A7A772
8#9E9E7B
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 | F7F7 #F7F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5E5 #E5E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C7 #C7C71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E9E #9E9E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #484809 | 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: #F7F7C4;
--gold-300: #F2F297;
--gold-400: #EAEA61;
--gold-500: #E5E534;
--gold-600: #C7C71A;
--gold-700: #9E9E15;
--gold-800: #71710F;
--gold-900: #484809;
--gold-950: #2D2D06;
}