#fdecab
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 171
HSL
48°, 95%, 83%
CMYK
0, 7, 32, 1
Luminance
0.8381
Every format
| HEX | #fdecab |
| RGB | rgb(253, 236, 171) |
| HSL | hsl(48, 95%, 83%) |
| CMYK | cmyk(0%, 7%, 32%, 1%) |
| LAB | lab(93.4 -3.6 33.7) |
| LCH | lch(93.4 33.9 96.1) |
| OKLCH | oklch(0.942 0.084 95.2) |
Copy-ready code
/* CSS */
color: #fdecab;
background-color: #fdecab;
/* Tailwind (arbitrary) */
class="text-[#fdecab] bg-[#fdecab]"
/* SCSS */
$brand: #fdecab;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.671)
/* Android */
Color.parseColor("#fdecab")Accessibility — WCAG contrast
Aa
#fdecab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecab on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow32.4%
Key (black)0.8%
Color previews
#fdecab text on a black background
contrast 17.76:1
Card sample
#fdecab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecab;
Background color
Panel with #fdecab background
background-color: #fdecab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecab; background: linear-gradient(135deg, #fdecab, #D7FDAB);