#fdecfb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 236, 251
HSL
307°, 81%, 96%
CMYK
0, 7, 1, 1
Luminance
0.8784
Every format
| HEX | #fdecfb |
| RGB | rgb(253, 236, 251) |
| HSL | hsl(307, 81%, 96%) |
| CMYK | cmyk(0%, 7%, 1%, 1%) |
| LAB | lab(95.1 8.3 -5.2) |
| LCH | lch(95.1 9.8 328.2) |
| OKLCH | oklch(0.961 0.027 329.5) |
Copy-ready code
/* CSS */
color: #fdecfb;
background-color: #fdecfb;
/* Tailwind (arbitrary) */
class="text-[#fdecfb] bg-[#fdecfb]"
/* SCSS */
$brand: #fdecfb;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.984)
/* Android */
Color.parseColor("#fdecfb")Accessibility — WCAG contrast
Aa
#fdecfb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecfb on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow0.8%
Key (black)0.8%
Color previews
#fdecfb text on a black background
contrast 18.57:1
Card sample
#fdecfb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecfb;
Background color
Panel with #fdecfb background
background-color: #fdecfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecfb; background: linear-gradient(135deg, #fdecfb, #FDECF0);