Gold
#D0C611
YellowColor Codes
All color formats for development
HEX
#D0C611RGB
rgb(208, 198, 17)HSL
hsl(57, 85%, 44%)OKLCH
oklch(0.809 0.17 105.9)CMYK
cmyk(0%, 5%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BBB20F
2#A69E0D
3#918B0C
4#7D770A
5#686308
6#534F07
7#3E3B05
8#2A2803
9#151402
Tints
Lighter variations
1#EADF13
2#EEE42C
3#F0E846
4#F2EB60
5#F4EE7B
6#F6F295
7#F9F5B0
8#FBF8CA
9#FDFCE5
Tones
Muted variations
1#C6BD1A
2#BCB524
3#B3AC2D
4#A9A437
5#A09B41
6#96934A
7#8D8A54
8#83815D
9#7A7967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F192 | BordersInactive statesPlaceholder text |
| 400 | F2EA #F2EA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEE4 #EEE42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C6 #D0C611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A59E #A59E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7671 #76710A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDE;
--gold-200: #FAF7C2;
--gold-300: #F6F192;
--gold-400: #F2EA5A;
--gold-500: #EEE42B;
--gold-600: #D0C611;
--gold-700: #A59E0D;
--gold-800: #76710A;
--gold-900: #4B4806;
--gold-950: #2F2D04;
}