Gold
#FCC81D
YellowColor Codes
All color formats for development
HEX
#FCC81DRGB
rgb(252, 200, 29)HSL
hsl(46, 97%, 55%)OKLCH
oklch(0.855 0.17 89)CMYK
cmyk(0%, 21%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9C004
2#DDAA03
3#C19503
4#A68003
5#8A6A02
6#6F5502
7#534001
8#372B01
9#1C1500
Tints
Lighter variations
1#FCCD34
2#FCD34A
3#FDD861
4#FDDE77
5#FDE38E
6#FEE9A5
7#FEEEBB
8#FEF4D2
9#FFF9E8
Tones
Muted variations
1#F0C228
2#E5BC33
3#DAB63E
4#CFB049
5#C4AA55
6#B9A460
7#AE9E6B
8#A39876
9#979281
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEF #FEEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE3 #FDE38B | BordersInactive statesPlaceholder text |
| 400 | FCD4 #FCD44F | Disabled statesSecondary iconsMuted text |
| 500 | FCC8 #FCC81D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDAA #DDAA03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B087 #B08703 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E61 #7E6102 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503E #503E01 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FEF6DC;
--gold-200: #FEEFBE;
--gold-300: #FDE38B;
--gold-400: #FCD44F;
--gold-500: #FCC81D;
--gold-600: #DDAA03;
--gold-700: #B08703;
--gold-800: #7E6102;
--gold-900: #503E01;
--gold-950: #322701;
}