Gold
#FCC01D
OrangeColor Codes
All color formats for development
HEX
#FCC01DRGB
rgb(252, 192, 29)HSL
hsl(44, 97%, 55%)OKLCH
oklch(0.84 0.167 84.9)CMYK
cmyk(0%, 24%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9B704
2#DDA303
3#C18F03
4#A67A03
5#8A6602
6#6F5102
7#533D01
8#372901
9#1C1400
Tints
Lighter variations
1#FCC634
2#FCCD4A
3#FDD361
4#FDD977
5#FDE08E
6#FEE6A5
7#FEECBB
8#FEF2D2
9#FFF9E8
Tones
Muted variations
1#F0BB28
2#E5B633
3#DAB13E
4#CFAB49
5#C4A655
6#B9A160
7#AE9C6B
8#A39776
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEED #FEEDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDF #FDDF8B | BordersInactive statesPlaceholder text |
| 400 | FCCE #FCCE4F | Disabled statesSecondary iconsMuted text |
| 500 | FCC0 #FCC01D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA3 #DDA303 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B082 #B08203 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5D #7E5D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503B #503B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FEF5DC;
--gold-200: #FEEDBE;
--gold-300: #FDDF8B;
--gold-400: #FCCE4F;
--gold-500: #FCC01D;
--gold-600: #DDA303;
--gold-700: #B08203;
--gold-800: #7E5D02;
--gold-900: #503B01;
--gold-950: #322501;
}