Gold
#FCCB1D
YellowColor Codes
All color formats for development
HEX
#FCCB1DRGB
rgb(252, 203, 29)HSL
hsl(47, 97%, 55%)OKLCH
oklch(0.861 0.171 90.4)CMYK
cmyk(0%, 19%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9C404
2#DDAE03
3#C19803
4#A68203
5#8A6D02
6#6F5702
7#534101
8#372B01
9#1C1600
Tints
Lighter variations
1#FCD034
2#FCD64A
3#FDDB61
4#FDE077
5#FDE58E
6#FEEAA5
7#FEEFBB
8#FEF5D2
9#FFFAE8
Tones
Muted variations
1#F0C528
2#E5BF33
3#DAB83E
4#CFB249
5#C4AC55
6#B9A560
7#AE9F6B
8#A39976
9#979381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF0 #FEF0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE5 #FDE58B | BordersInactive statesPlaceholder text |
| 400 | FCD7 #FCD74F | Disabled statesSecondary iconsMuted text |
| 500 | FCCB #FCCB1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDAE #DDAE03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B08A #B08A03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E63 #7E6302 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503F #503F01 | 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: #FEF7DC;
--gold-200: #FEF0BE;
--gold-300: #FDE58B;
--gold-400: #FCD74F;
--gold-500: #FCCB1D;
--gold-600: #DDAE03;
--gold-700: #B08A03;
--gold-800: #7E6302;
--gold-900: #503F01;
--gold-950: #322801;
}