Gold
#FCC41D
YellowColor Codes
All color formats for development
HEX
#FCC41DRGB
rgb(252, 196, 29)HSL
hsl(45, 97%, 55%)OKLCH
oklch(0.847 0.168 87)CMYK
cmyk(0%, 22%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9BB04
2#DDA703
3#C19203
4#A67D03
5#8A6802
6#6F5302
7#533E01
8#372A01
9#1C1500
Tints
Lighter variations
1#FCCA34
2#FCD04A
3#FDD661
4#FDDC77
5#FDE18E
6#FEE7A5
7#FEEDBB
8#FEF3D2
9#FFF9E8
Tones
Muted variations
1#F0BE28
2#E5B933
3#DAB33E
4#CFAE49
5#C4A855
6#B9A360
7#AE9D6B
8#A39776
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 | FEEE #FEEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE1 #FDE18B | BordersInactive statesPlaceholder text |
| 400 | FCD1 #FCD14F | Disabled statesSecondary iconsMuted text |
| 500 | FCC4 #FCC41D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA7 #DDA703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B085 #B08503 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5F #7E5F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FEF6DC;
--gold-200: #FEEEBE;
--gold-300: #FDE18B;
--gold-400: #FCD14F;
--gold-500: #FCC41D;
--gold-600: #DDA703;
--gold-700: #B08503;
--gold-800: #7E5F02;
--gold-900: #503D01;
--gold-950: #322601;
}