Gold
#FCCF1D
YellowColor Codes
All color formats for development
HEX
#FCCF1DRGB
rgb(252, 207, 29)HSL
hsl(48, 97%, 55%)OKLCH
oklch(0.869 0.173 92.4)CMYK
cmyk(0%, 18%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9C804
2#DDB203
3#C19B03
4#A68503
5#8A6F02
6#6F5902
7#534301
8#372C01
9#1C1600
Tints
Lighter variations
1#FCD434
2#FCD94A
3#FDDD61
4#FDE277
5#FDE78E
6#FEECA5
7#FEF1BB
8#FEF5D2
9#FFFAE8
Tones
Muted variations
1#F0C828
2#E5C233
3#DABB3E
4#CFB449
5#C4AE55
6#B9A760
7#AEA06B
8#A39A76
9#979381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF1 #FEF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE6 #FDE68B | BordersInactive statesPlaceholder text |
| 400 | FCDA #FCDA4F | Disabled statesSecondary iconsMuted text |
| 500 | FCCF #FCCF1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDB2 #DDB203 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B08D #B08D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E65 #7E6502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5041 #504101 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFCF0;
--gold-100: #FEF8DC;
--gold-200: #FEF1BE;
--gold-300: #FDE68B;
--gold-400: #FCDA4F;
--gold-500: #FCCF1D;
--gold-600: #DDB203;
--gold-700: #B08D03;
--gold-800: #7E6502;
--gold-900: #504101;
--gold-950: #322801;
}