Gold
#DCDC04
YellowColor Codes
All color formats for development
HEX
#DCDC04RGB
rgb(220, 220, 4)HSL
hsl(60, 96%, 44%)OKLCH
oklch(0.866 0.188 109.8)CMYK
cmyk(0%, 0%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6C604
2#B0B004
3#9A9A03
4#848403
5#6E6E02
6#585802
7#424201
8#2C2C01
9#161600
Tints
Lighter variations
1#F8F805
2#FAFA1F
3#FBFB3B
4#FCFC57
5#FCFC73
6#FDFD8F
7#FDFDAB
8#FEFEC7
9#FEFEE3
Tones
Muted variations
1#D1D10F
2#C6C61A
3#BCBC25
4#B1B130
5#A6A63A
6#9B9B45
7#919150
8#86865B
9#7B7B65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDFD #FDFD8C | BordersInactive statesPlaceholder text |
| 400 | FBFB #FBFB50 | Disabled statesSecondary iconsMuted text |
| 500 | FAFA #FAFA1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCDC #DCDC04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AFAF #AFAF04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D7D #7D7D03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505002 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFFF0;
--gold-100: #FEFEDC;
--gold-200: #FEFEBE;
--gold-300: #FDFD8C;
--gold-400: #FBFB50;
--gold-500: #FAFA1E;
--gold-600: #DCDC04;
--gold-700: #AFAF04;
--gold-800: #7D7D03;
--gold-900: #505002;
--gold-950: #323201;
}