Gold
#E0D238
YellowColor Codes
All color formats for development
HEX
#E0D238RGB
rgb(224, 210, 56)HSL
hsl(55, 73%, 55%)OKLCH
oklch(0.85 0.164 104)CMYK
cmyk(0%, 6%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DACB22
2#C2B41E
3#AA9E1B
4#928717
5#797113
6#615A0F
7#49440B
8#312D08
9#181704
Tints
Lighter variations
1#E3D74C
2#E6DB60
3#E9E074
4#ECE488
5#F0E99C
6#F3EDB0
7#F6F2C3
8#F9F6D7
9#FCFBEB
Tones
Muted variations
1#D8CB41
2#CFC449
3#C7BD52
4#BFB65A
5#B6AF62
6#AEA86B
7#A5A173
8#9D9A7B
9#959384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E7DC #E7DC65 | Disabled statesSecondary iconsMuted text |
| 500 | E0D2 #E0D238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2B4 #C2B41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A90 #9A9018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E67 #6E6711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF2;
--gold-100: #FAF8E0;
--gold-200: #F6F2C6;
--gold-300: #EFE89A;
--gold-400: #E7DC65;
--gold-500: #E0D238;
--gold-600: #C2B41E;
--gold-700: #9A9018;
--gold-800: #6E6711;
--gold-900: #47420B;
--gold-950: #2C2907;
}