#edd0eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 208, 235
HSL
304°, 45%, 87%
CMYK
0, 12, 1, 7
Luminance
0.6911
Every format
| HEX | #edd0eb |
| RGB | rgb(237, 208, 235) |
| HSL | hsl(304, 45%, 87%) |
| CMYK | cmyk(0%, 12%, 1%, 7%) |
| LAB | lab(86.6 14.7 -9.5) |
| LCH | lch(86.6 17.5 327.1) |
| OKLCH | oklch(0.890 0.048 328.1) |
Copy-ready code
/* CSS */
color: #edd0eb;
background-color: #edd0eb;
/* Tailwind (arbitrary) */
class="text-[#edd0eb] bg-[#edd0eb]"
/* SCSS */
$brand: #edd0eb;
/* SwiftUI */
Color(red: 0.929, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#edd0eb")Accessibility — WCAG contrast
Aa
#edd0eb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edd0eb on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow0.8%
Key (black)7.1%
Color previews
#edd0eb text on a black background
contrast 14.82:1
Card sample
#edd0eb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edd0eb;
Background color
Panel with #edd0eb background
background-color: #edd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edd0eb; background: linear-gradient(135deg, #edd0eb, #EDD0D8);