Gold
#DEC102
YellowColor Codes
All color formats for development
HEX
#DEC102RGB
rgb(222, 193, 2)HSL
hsl(52, 98%, 44%)OKLCH
oklch(0.811 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#C8AE02
2#B29A02
3#9C8702
4#857401
5#6F6001
6#594D01
7#433A01
8#2C2700
9#161300
Tints
Lighter variations
1#FAD903
2#FDDF1D
3#FDE339
4#FDE755
5#FEEB72
6#FEEF8E
7#FEF3AA
8#FEF7C6
9#FFFBE3
Tones
Muted variations
1#D3B90D
2#C8B118
3#BDA923
4#B2A12E
5#A79939
6#9C9044
7#91884F
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 | FFFA #FFFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEE #FEEE8B | BordersInactive statesPlaceholder text |
| 400 | FDE6 #FDE64E | Disabled statesSecondary iconsMuted text |
| 500 | FDDF #FDDF1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC1 #DEC102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B199 #B19902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6E #7E6E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5146 #514601 | 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: #FFFADC;
--gold-200: #FEF6BD;
--gold-300: #FEEE8B;
--gold-400: #FDE64E;
--gold-500: #FDDF1C;
--gold-600: #DEC102;
--gold-700: #B19902;
--gold-800: #7E6E01;
--gold-900: #514601;
--gold-950: #322C01;
}