Gold
#DCCE04
YellowColor Codes
All color formats for development
HEX
#DCCE04RGB
rgb(220, 206, 4)HSL
hsl(56, 96%, 44%)OKLCH
oklch(0.836 0.177 104.6)CMYK
cmyk(0%, 6%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6B904
2#B0A404
3#9A9003
4#847B03
5#6E6702
6#585202
7#423E01
8#2C2901
9#161500
Tints
Lighter variations
1#F8E805
2#FAEC1F
3#FBEE3B
4#FCF157
5#FCF373
6#FDF58F
7#FDF8AB
8#FEFAC7
9#FEFDE3
Tones
Muted variations
1#D1C40F
2#C6BB1A
3#BCB225
4#B1A830
5#A69F3A
6#9B9645
7#918C50
8#86835B
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 | FEF9 #FEF9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF5 #FDF58C | BordersInactive statesPlaceholder text |
| 400 | FBF0 #FBF050 | Disabled statesSecondary iconsMuted text |
| 500 | FAEC #FAEC1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCCE #DCCE04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AFA4 #AFA404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D75 #7D7503 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504B #504B02 | 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: #FEF9BE;
--gold-300: #FDF58C;
--gold-400: #FBF050;
--gold-500: #FAEC1E;
--gold-600: #DCCE04;
--gold-700: #AFA404;
--gold-800: #7D7503;
--gold-900: #504B02;
--gold-950: #322F01;
}