Gold
#DDC003
YellowColor Codes
All color formats for development
HEX
#DDC003RGB
rgb(221, 192, 3)HSL
hsl(52, 97%, 44%)OKLCH
oklch(0.808 0.167 98.2)CMYK
cmyk(0%, 13%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7AD03
2#B19A03
3#9B8602
4#857302
5#6F6002
6#584D01
7#423A01
8#2C2601
9#161300
Tints
Lighter variations
1#F9D804
2#FCDE1E
3#FCE23A
4#FCE656
5#FDEA72
6#FDEF8E
7#FEF3AB
8#FEF7C7
9#FFFBE3
Tones
Muted variations
1#D2B80E
2#C7B019
3#BCA824
4#B2A02F
5#A7983A
6#9C9045
7#918850
8#86805A
9#7B7865
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF5 #FEF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEE #FDEE8B | BordersInactive statesPlaceholder text |
| 400 | FCE5 #FCE54F | Disabled statesSecondary iconsMuted text |
| 500 | FCDE #FCDE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC0 #DDC003 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B099 #B09903 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6D #7E6D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5046 #504601 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFADC;
--gold-200: #FEF5BE;
--gold-300: #FDEE8B;
--gold-400: #FCE54F;
--gold-500: #FCDE1D;
--gold-600: #DDC003;
--gold-700: #B09903;
--gold-800: #7E6D02;
--gold-900: #504601;
--gold-950: #322C01;
}