Gold
#FDC81C
YellowColor Codes
All color formats for development
HEX
#FDC81CRGB
rgb(253, 200, 28)HSL
hsl(46, 98%, 55%)OKLCH
oklch(0.856 0.17 88.6)CMYK
cmyk(0%, 21%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAC003
2#DEAB02
3#C29502
4#A78002
5#8B6B01
6#6F5501
7#534001
8#382B01
9#1C1500
Tints
Lighter variations
1#FDCE33
2#FDD349
3#FDD960
4#FEDE77
5#FEE48D
6#FEE9A4
7#FEEFBB
8#FFF4D2
9#FFFAE8
Tones
Muted variations
1#F1C227
2#E6BC32
3#DBB63E
4#D0B049
5#C4AA54
6#B9A45F
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 | FFF6 #FFF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEF #FEEFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE3 #FEE38B | BordersInactive statesPlaceholder text |
| 400 | FDD4 #FDD44E | Disabled statesSecondary iconsMuted text |
| 500 | FDC8 #FDC81C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEAB #DEAB02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B188 #B18802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E61 #7E6101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513E #513E01 | 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: #FFF6DC;
--gold-200: #FEEFBD;
--gold-300: #FEE38B;
--gold-400: #FDD44E;
--gold-500: #FDC81C;
--gold-600: #DEAB02;
--gold-700: #B18802;
--gold-800: #7E6101;
--gold-900: #513E01;
--gold-950: #322701;
}