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