#fde4f4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 228, 244
HSL
322°, 86%, 94%
CMYK
0, 10, 4, 1
Luminance
0.8290
Every format
| HEX | #fde4f4 |
| RGB | rgb(253, 228, 244) |
| HSL | hsl(322, 86%, 94%) |
| CMYK | cmyk(0%, 10%, 4%, 1%) |
| LAB | lab(93.0 11.2 -4.6) |
| LCH | lch(93.0 12.1 337.5) |
| OKLCH | oklch(0.944 0.034 339.2) |
Copy-ready code
/* CSS */
color: #fde4f4;
background-color: #fde4f4;
/* Tailwind (arbitrary) */
class="text-[#fde4f4] bg-[#fde4f4]"
/* SCSS */
$brand: #fde4f4;
/* SwiftUI */
Color(red: 0.992, green: 0.894, blue: 0.957)
/* Android */
Color.parseColor("#fde4f4")Accessibility — WCAG contrast
Aa
#fde4f4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde4f4 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green89.4%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow3.6%
Key (black)0.8%
Color previews
#fde4f4 text on a black background
contrast 17.58:1
Card sample
#fde4f4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde4f4;
Background color
Panel with #fde4f4 background
background-color: #fde4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 228, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 228, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde4f4; background: linear-gradient(135deg, #fde4f4, #FDE5E4);