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