Gold
#FDE21C
YellowColor Codes
All color formats for development
HEX
#FDE21CRGB
rgb(253, 226, 28)HSL
hsl(53, 98%, 55%)OKLCH
oklch(0.907 0.185 100.3)CMYK
cmyk(0%, 11%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FADD03
2#DEC402
3#C2AC02
4#A79302
5#8B7B01
6#6F6201
7#534A01
8#383101
9#1C1900
Tints
Lighter variations
1#FDE533
2#FDE849
3#FDEB60
4#FEEE77
5#FEF18D
6#FEF4A4
7#FEF6BB
8#FFF9D2
9#FFFCE8
Tones
Muted variations
1#F1DA27
2#E6D132
3#DBC93E
4#D0C049
5#C4B754
6#B9AF5F
7#AEA66B
8#A39D76
9#979581
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF7 #FEF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF0 #FEF08B | BordersInactive statesPlaceholder text |
| 400 | FDE9 #FDE94E | Disabled statesSecondary iconsMuted text |
| 500 | FDE2 #FDE21C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC4 #DEC402 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19C #B19C02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E70 #7E7001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5147 #514701 | 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: #FFFBDC;
--gold-200: #FEF7BD;
--gold-300: #FEF08B;
--gold-400: #FDE94E;
--gold-500: #FDE21C;
--gold-600: #DEC402;
--gold-700: #B19C02;
--gold-800: #7E7001;
--gold-900: #514701;
--gold-950: #322D01;
}