Gold
#FCDE1D
YellowColor Codes
All color formats for development
HEX
#FCDE1DRGB
rgb(252, 222, 29)HSL
hsl(52, 97%, 55%)OKLCH
oklch(0.898 0.182 99)CMYK
cmyk(0%, 12%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9D804
2#DDC003
3#C1A803
4#A69003
5#8A7802
6#6F6002
7#534801
8#373001
9#1C1800
Tints
Lighter variations
1#FCE134
2#FCE54A
3#FDE861
4#FDEB77
5#FDEE8E
6#FEF2A5
7#FEF5BB
8#FEF8D2
9#FFFCE8
Tones
Muted variations
1#F0D628
2#E5CE33
3#DAC53E
4#CFBD49
5#C4B555
6#B9AD60
7#AEA56B
8#A39D76
9#979481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF5 #FEF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEE #FDEE8B | BordersInactive statesPlaceholder text |
| 400 | FCE5 #FCE54F | Disabled statesSecondary iconsMuted text |
| 500 | FCDE #FCDE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC0 #DDC003 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B099 #B09903 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6D #7E6D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5046 #504601 | 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: #FEFADC;
--gold-200: #FEF5BE;
--gold-300: #FDEE8B;
--gold-400: #FCE54F;
--gold-500: #FCDE1D;
--gold-600: #DDC003;
--gold-700: #B09903;
--gold-800: #7E6D02;
--gold-900: #504601;
--gold-950: #322C01;
}