Gold
#DEC402
YellowColor Codes
All color formats for development
HEX
#DEC402RGB
rgb(222, 196, 2)HSL
hsl(53, 98%, 44%)OKLCH
oklch(0.817 0.169 99.6)CMYK
cmyk(0%, 12%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8B102
2#B29D02
3#9C8A02
4#857601
5#6F6201
6#594F01
7#433B01
8#2C2700
9#161400
Tints
Lighter variations
1#FADE03
2#FDE31D
3#FDE639
4#FDEA55
5#FEED72
6#FEF18E
7#FEF4AA
8#FEF8C6
9#FFFBE3
Tones
Muted variations
1#D3BC0D
2#C8B418
3#BDAB23
4#B2A32E
5#A79A39
6#9C9244
7#91894F
8#86815A
9#7B7965
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF7 #FEF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF0 #FEF08B | BordersInactive statesPlaceholder text |
| 400 | FDE9 #FDE94E | Disabled statesSecondary iconsMuted text |
| 500 | FDE2 #FDE21C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC4 #DEC402 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19C #B19C02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E70 #7E7001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5147 #514701 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FFFBDC;
--gold-200: #FEF7BD;
--gold-300: #FEF08B;
--gold-400: #FDE94E;
--gold-500: #FDE21C;
--gold-600: #DEC402;
--gold-700: #B19C02;
--gold-800: #7E7001;
--gold-900: #514701;
--gold-950: #322D01;
}