Yellow
#FDEE1C
YellowColor Codes
All color formats for development
HEX
#FDEE1CRGB
rgb(253, 238, 28)HSL
hsl(56, 98%, 55%)OKLCH
oklch(0.932 0.194 104.8)CMYK
cmyk(0%, 6%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE903
2#DECF02
3#C2B602
4#A79C02
5#8B8201
6#6F6801
7#534E01
8#383401
9#1C1A00
Tints
Lighter variations
1#FDEF33
2#FDF149
3#FDF360
4#FEF577
5#FEF68D
6#FEF8A4
7#FEFABB
8#FFFCD2
9#FFFDE8
Tones
Muted variations
1#F1E427
2#E6DA32
3#DBD03E
4#D0C749
5#C4BD54
6#B9B35F
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 | FFFC #FFFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF6 #FEF68B | BordersInactive statesPlaceholder text |
| 400 | FDF2 #FDF24E | Disabled statesSecondary iconsMuted text |
| 500 | FDEE #FDEE1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DECF #DECF02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1A5 #B1A502 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E76 #7E7601 | Text on light backgroundsHeadingsStrong borders |
| 900 | 514B #514B01 | 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: #FFFCDC;
--yellow-200: #FEFABD;
--yellow-300: #FEF68B;
--yellow-400: #FDF24E;
--yellow-500: #FDEE1C;
--yellow-600: #DECF02;
--yellow-700: #B1A502;
--yellow-800: #7E7601;
--yellow-900: #514B01;
--yellow-950: #322F01;
}