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