#fdeef6
a pale, electric magenta / pink · warm · closest name: white
RGB
253, 238, 246
HSL
328°, 79%, 96%
CMYK
0, 6, 3, 1
Luminance
0.8869
Every format
| HEX | #fdeef6 |
| RGB | rgb(253, 238, 246) |
| HSL | hsl(328, 79%, 96%) |
| CMYK | cmyk(0%, 6%, 3%, 1%) |
| LAB | lab(95.5 6.4 -2.0) |
| LCH | lch(95.5 6.7 342.3) |
| OKLCH | oklch(0.963 0.019 343.9) |
Copy-ready code
/* CSS */
color: #fdeef6;
background-color: #fdeef6;
/* Tailwind (arbitrary) */
class="text-[#fdeef6] bg-[#fdeef6]"
/* SCSS */
$brand: #fdeef6;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#fdeef6")Accessibility — WCAG contrast
Aa
#fdeef6 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeef6 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow2.8%
Key (black)0.8%
Color previews
#fdeef6 text on a black background
contrast 18.74:1
Card sample
#fdeef6 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeef6;
Background color
Panel with #fdeef6 background
background-color: #fdeef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeef6; background: linear-gradient(135deg, #fdeef6, #FDF0EE);