Gold
#FCE51D
YellowColor Codes
All color formats for development
HEX
#FCE51DRGB
rgb(252, 229, 29)HSL
hsl(54, 97%, 55%)OKLCH
oklch(0.913 0.187 101.8)CMYK
cmyk(0%, 9%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9E004
2#DDC703
3#C1AE03
4#A69503
5#8A7D02
6#6F6402
7#534B01
8#373201
9#1C1900
Tints
Lighter variations
1#FCE834
2#FCEA4A
3#FDED61
4#FDF077
5#FDF28E
6#FEF5A5
7#FEF7BB
8#FEFAD2
9#FFFCE8
Tones
Muted variations
1#F0DC28
2#E5D333
3#DACB3E
4#CFC249
5#C4B955
6#B9B060
7#AEA76B
8#A39E76
9#979581
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF2 #FDF28B | BordersInactive statesPlaceholder text |
| 400 | FCEB #FCEB4F | Disabled statesSecondary iconsMuted text |
| 500 | FCE5 #FCE51D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC7 #DDC703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B09F #B09F03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E71 #7E7102 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5048 #504801 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFBDC;
--gold-200: #FEF8BE;
--gold-300: #FDF28B;
--gold-400: #FCEB4F;
--gold-500: #FCE51D;
--gold-600: #DDC703;
--gold-700: #B09F03;
--gold-800: #7E7102;
--gold-900: #504801;
--gold-950: #322D01;
}