#fdeeff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 238, 255
HSL
293°, 100%, 97%
CMYK
1, 7, 0, 0
Luminance
0.8925
Every format
| HEX | #fdeeff |
| RGB | rgb(253, 238, 255) |
| HSL | hsl(293, 100%, 97%) |
| CMYK | cmyk(1%, 7%, 0%, 0%) |
| LAB | lab(95.7 8.0 -6.3) |
| LCH | lch(95.7 10.2 321.6) |
| OKLCH | oklch(0.966 0.028 322.2) |
Copy-ready code
/* CSS */
color: #fdeeff;
background-color: #fdeeff;
/* Tailwind (arbitrary) */
class="text-[#fdeeff] bg-[#fdeeff]"
/* SCSS */
$brand: #fdeeff;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#fdeeff")Accessibility — WCAG contrast
Aa
#fdeeff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeeff on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fdeeff text on a black background
contrast 18.85:1
Card sample
#fdeeff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeeff;
Background color
Panel with #fdeeff background
background-color: #fdeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeeff; background: linear-gradient(135deg, #fdeeff, #FFEEF6);