Yellow
#FDFD1C
YellowColor Codes
All color formats for development
HEX
#FDFD1CRGB
rgb(253, 253, 28)HSL
hsl(60, 98%, 55%)OKLCH
oklch(0.963 0.206 109.7)CMYK
cmyk(0%, 0%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAFA03
2#DEDE02
3#C2C202
4#A7A702
5#8B8B01
6#6F6F01
7#535301
8#383801
9#1C1C00
Tints
Lighter variations
1#FDFD33
2#FDFD49
3#FDFD60
4#FEFE77
5#FEFE8D
6#FEFEA4
7#FEFEBB
8#FFFFD2
9#FFFFE8
Tones
Muted variations
1#F1F127
2#E6E632
3#DBDB3E
4#D0D049
5#C4C454
6#B9B95F
7#AEAE6B
8#A3A376
9#979781
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFF #FFFFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEFE #FEFE8B | BordersInactive statesPlaceholder text |
| 400 | FDFD #FDFD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDFD #FDFD1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEDE #DEDE02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1B1 #B1B102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E7E #7E7E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5151 #515101 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFFF0;
--yellow-100: #FFFFDC;
--yellow-200: #FEFEBD;
--yellow-300: #FEFE8B;
--yellow-400: #FDFD4E;
--yellow-500: #FDFD1C;
--yellow-600: #DEDE02;
--yellow-700: #B1B102;
--yellow-800: #7E7E01;
--yellow-900: #515101;
--yellow-950: #323201;
}