Gold
#DCCA04
YellowColor Codes
All color formats for development
HEX
#DCCA04RGB
rgb(220, 202, 4)HSL
hsl(55, 96%, 44%)OKLCH
oklch(0.828 0.174 103)CMYK
cmyk(0%, 8%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6B604
2#B0A204
3#9A8D03
4#847903
5#6E6502
6#585102
7#423D01
8#2C2801
9#161400
Tints
Lighter variations
1#F8E405
2#FAE81F
3#FBEB3B
4#FCEE57
5#FCF173
6#FDF48F
7#FDF6AB
8#FEF9C7
9#FEFCE3
Tones
Muted variations
1#D1C10F
2#C6B81A
3#BCAF25
4#B1A630
5#A69D3A
6#9B9445
7#918B50
8#86825B
9#7B7965
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF3 #FDF38C | BordersInactive statesPlaceholder text |
| 400 | FBED #FBED50 | Disabled statesSecondary iconsMuted text |
| 500 | FAE8 #FAE81E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCCA #DCCA04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AFA1 #AFA104 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D73 #7D7303 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5049 #504902 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFBDC;
--gold-200: #FEF8BE;
--gold-300: #FDF38C;
--gold-400: #FBED50;
--gold-500: #FAE81E;
--gold-600: #DCCA04;
--gold-700: #AFA104;
--gold-800: #7D7303;
--gold-900: #504902;
--gold-950: #322E01;
}