Yellow
#FCED1D
YellowColor Codes
All color formats for development
HEX
#FCED1DRGB
rgb(252, 237, 29)HSL
hsl(56, 97%, 55%)OKLCH
oklch(0.929 0.193 104.8)CMYK
cmyk(0%, 6%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9E804
2#DDCF03
3#C1B503
4#A69B03
5#8A8102
6#6F6702
7#534D01
8#373401
9#1C1A00
Tints
Lighter variations
1#FCEF34
2#FCF04A
3#FDF261
4#FDF477
5#FDF68E
6#FEF8A5
7#FEFABB
8#FEFBD2
9#FFFDE8
Tones
Muted variations
1#F0E328
2#E5D933
3#DAD03E
4#CFC649
5#C4BC55
6#B9B360
7#AEA96B
8#A3A076
9#979681
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF6 #FDF68B | BordersInactive statesPlaceholder text |
| 400 | FCF1 #FCF14F | Disabled statesSecondary iconsMuted text |
| 500 | FCED #FCED1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDCF #DDCF03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0A4 #B0A403 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E75 #7E7502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504B #504B01 | Primary textHigh emphasis contentDark headings |
| 950 | 322F #322F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFEF0;
--yellow-100: #FEFCDC;
--yellow-200: #FEFABE;
--yellow-300: #FDF68B;
--yellow-400: #FCF14F;
--yellow-500: #FCED1D;
--yellow-600: #DDCF03;
--yellow-700: #B0A403;
--yellow-800: #7E7502;
--yellow-900: #504B01;
--yellow-950: #322F01;
}