Gold
#DDCF03
YellowColor Codes
All color formats for development
HEX
#DDCF03RGB
rgb(221, 207, 3)HSL
hsl(56, 97%, 44%)OKLCH
oklch(0.839 0.177 104.6)CMYK
cmyk(0%, 6%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7BA03
2#B1A503
3#9B9102
4#857C02
5#6F6702
6#585301
7#423E01
8#2C2901
9#161500
Tints
Lighter variations
1#F9E904
2#FCED1E
3#FCEF3A
4#FCF156
5#FDF472
6#FDF68E
7#FEF8AB
8#FEFAC7
9#FFFDE3
Tones
Muted variations
1#D2C50E
2#C7BC19
3#BCB224
4#B2A92F
5#A79F3A
6#9C9645
7#918C50
8#86835A
9#7B7A65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF6 #FDF68B | BordersInactive statesPlaceholder text |
| 400 | FCF1 #FCF14F | Disabled statesSecondary iconsMuted text |
| 500 | FCED #FCED1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDCF #DDCF03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0A4 #B0A403 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E75 #7E7502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504B #504B01 | Primary textHigh emphasis contentDark headings |
| 950 | 322F #322F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFEF0;
--gold-100: #FEFCDC;
--gold-200: #FEFABE;
--gold-300: #FDF68B;
--gold-400: #FCF14F;
--gold-500: #FCED1D;
--gold-600: #DDCF03;
--gold-700: #B0A403;
--gold-800: #7E7502;
--gold-900: #504B01;
--gold-950: #322F01;
}