#eedfe2
a pale, soft red · warm · closest name: lavender
RGB
238, 223, 226
HSL
348°, 31%, 90%
CMYK
0, 6, 5, 7
Luminance
0.7644
Every format
| HEX | #eedfe2 |
| RGB | rgb(238, 223, 226) |
| HSL | hsl(348, 31%, 90%) |
| CMYK | cmyk(0%, 6%, 5%, 7%) |
| LAB | lab(90.1 5.6 0.4) |
| LCH | lch(90.1 5.6 3.9) |
| OKLCH | oklch(0.916 0.017 3.7) |
Copy-ready code
/* CSS */
color: #eedfe2;
background-color: #eedfe2;
/* Tailwind (arbitrary) */
class="text-[#eedfe2] bg-[#eedfe2]"
/* SCSS */
$brand: #eedfe2;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#eedfe2")Accessibility — WCAG contrast
Aa
#eedfe2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfe2 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow5.0%
Key (black)6.7%
Color previews
#eedfe2 text on a black background
contrast 16.29:1
Card sample
#eedfe2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfe2;
Background color
Panel with #eedfe2 background
background-color: #eedfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfe2; background: linear-gradient(135deg, #eedfe2, #EEE6DF);