Gold
#E2D436
YellowColor Codes
All color formats for development
HEX
#E2D436RGB
rgb(226, 212, 54)HSL
hsl(55, 75%, 55%)OKLCH
oklch(0.856 0.166 104.1)CMYK
cmyk(0%, 6%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DDCD20
2#C4B61C
3#ACA019
4#938915
5#7B7212
6#625B0E
7#4A440B
8#312E07
9#191704
Tints
Lighter variations
1#E5D84A
2#E8DD5E
3#EBE172
4#EEE587
5#F1E99B
6#F4EEAF
7#F6F2C3
8#F9F6D7
9#FCFBEB
Tones
Muted variations
1#DACD3F
2#D1C647
3#C8BE50
4#C0B759
5#B7B061
6#AFA96A
7#A6A272
8#9D9B7B
9#959384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E9 #F0E998 | BordersInactive statesPlaceholder text |
| 400 | E9DE #E9DE63 | Disabled statesSecondary iconsMuted text |
| 500 | E2D4 #E2D436 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4B6 #C4B61C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C91 #9C9116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #706810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF2;
--gold-100: #FBF8E0;
--gold-200: #F7F3C5;
--gold-300: #F0E998;
--gold-400: #E9DE63;
--gold-500: #E2D436;
--gold-600: #C4B61C;
--gold-700: #9C9116;
--gold-800: #706810;
--gold-900: #47420A;
--gold-950: #2D2906;
}