Gold
#DECF02
YellowColor Codes
All color formats for development
HEX
#DECF02RGB
rgb(222, 207, 2)HSL
hsl(56, 98%, 44%)OKLCH
oklch(0.84 0.177 104.3)CMYK
cmyk(0%, 7%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8BB02
2#B2A602
3#9C9102
4#857C01
5#6F6801
6#595301
7#433E01
8#2C2900
9#161500
Tints
Lighter variations
1#FAEA03
2#FDEE1D
3#FDF039
4#FDF255
5#FEF472
6#FEF68E
7#FEF9AA
8#FEFBC6
9#FFFDE3
Tones
Muted variations
1#D3C60D
2#C8BC18
3#BDB323
4#B2A92E
5#A7A039
6#9C9644
7#918D4F
8#86835A
9#7B7A65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFC #FFFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF6 #FEF68B | BordersInactive statesPlaceholder text |
| 400 | FDF2 #FDF24E | Disabled statesSecondary iconsMuted text |
| 500 | FDEE #FDEE1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DECF #DECF02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1A5 #B1A502 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E76 #7E7601 | Text on light backgroundsHeadingsStrong borders |
| 900 | 514B #514B01 | 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: #FFFCDC;
--gold-200: #FEFABD;
--gold-300: #FEF68B;
--gold-400: #FDF24E;
--gold-500: #FDEE1C;
--gold-600: #DECF02;
--gold-700: #B1A502;
--gold-800: #7E7601;
--gold-900: #514B01;
--gold-950: #322F01;
}