Gold
#E2E236
YellowColor Codes
All color formats for development
HEX
#E2E236RGB
rgb(226, 226, 54)HSL
hsl(60, 75%, 55%)OKLCH
oklch(0.885 0.179 109.6)CMYK
cmyk(0%, 0%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DDDD20
2#C4C41C
3#ACAC19
4#939315
5#7B7B12
6#62620E
7#4A4A0B
8#313107
9#191904
Tints
Lighter variations
1#E5E54A
2#E8E85E
3#EBEB72
4#EEEE87
5#F1F19B
6#F4F4AF
7#F6F6C3
8#F9F9D7
9#FCFCEB
Tones
Muted variations
1#DADA3F
2#D1D147
3#C8C850
4#C0C059
5#B7B761
6#AFAF6A
7#A6A672
8#9D9D7B
9#959584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0F0 #F0F098 | BordersInactive statesPlaceholder text |
| 400 | E9E9 #E9E963 | Disabled statesSecondary iconsMuted text |
| 500 | E2E2 #E2E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4C4 #C4C41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C9C #9C9C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #707010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470A | 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: #FDFDF2;
--gold-100: #FBFBE0;
--gold-200: #F7F7C5;
--gold-300: #F0F098;
--gold-400: #E9E963;
--gold-500: #E2E236;
--gold-600: #C4C41C;
--gold-700: #9C9C16;
--gold-800: #707010;
--gold-900: #47470A;
--gold-950: #2D2D06;
}