Gold
#DEC802
YellowColor Codes
All color formats for development
HEX
#DEC802RGB
rgb(222, 200, 2)HSL
hsl(54, 98%, 44%)OKLCH
oklch(0.826 0.172 101.4)CMYK
cmyk(0%, 10%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8B402
2#B2A002
3#9C8C02
4#857801
5#6F6401
6#595001
7#433C01
8#2C2800
9#161400
Tints
Lighter variations
1#FAE203
2#FDE61D
3#FDE939
4#FDEC55
5#FEF072
6#FEF38E
7#FEF6AA
8#FEF9C6
9#FFFCE3
Tones
Muted variations
1#D3BF0D
2#C8B718
3#BDAE23
4#B2A52E
5#A79C39
6#9C9344
7#918B4F
8#86825A
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 | FEF8 #FEF8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF2 #FEF28B | BordersInactive statesPlaceholder text |
| 400 | FDEC #FDEC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDE6 #FDE61C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC8 #DEC802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19F #B19F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E72 #7E7201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5149 #514901 | 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: #FEF8BD;
--gold-300: #FEF28B;
--gold-400: #FDEC4E;
--gold-500: #FDE61C;
--gold-600: #DEC802;
--gold-700: #B19F02;
--gold-800: #7E7201;
--gold-900: #514901;
--gold-950: #322D01;
}