#eddfe7
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 223, 231
HSL
326°, 28%, 90%
CMYK
0, 6, 3, 7
Luminance
0.7655
Every format
| HEX | #eddfe7 |
| RGB | rgb(237, 223, 231) |
| HSL | hsl(326, 28%, 90%) |
| CMYK | cmyk(0%, 6%, 3%, 7%) |
| LAB | lab(90.1 6.2 -2.2) |
| LCH | lch(90.1 6.5 340.5) |
| OKLCH | oklch(0.917 0.019 342.1) |
Copy-ready code
/* CSS */
color: #eddfe7;
background-color: #eddfe7;
/* Tailwind (arbitrary) */
class="text-[#eddfe7] bg-[#eddfe7]"
/* SCSS */
$brand: #eddfe7;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#eddfe7")Accessibility — WCAG contrast
Aa
#eddfe7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddfe7 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow2.5%
Key (black)7.1%
Color previews
#eddfe7 text on a black background
contrast 16.31:1
Card sample
#eddfe7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddfe7;
Background color
Panel with #eddfe7 background
background-color: #eddfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddfe7; background: linear-gradient(135deg, #eddfe7, #EDE0DF);