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