#edd2eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 210, 235
HSL
304°, 43%, 88%
CMYK
0, 11, 1, 7
Luminance
0.7010
Every format
| HEX | #edd2eb |
| RGB | rgb(237, 210, 235) |
| HSL | hsl(304, 43%, 88%) |
| CMYK | cmyk(0%, 11%, 1%, 7%) |
| LAB | lab(87.0 13.7 -8.8) |
| LCH | lch(87.0 16.3 327.2) |
| OKLCH | oklch(0.893 0.045 328.3) |
Copy-ready code
/* CSS */
color: #edd2eb;
background-color: #edd2eb;
/* Tailwind (arbitrary) */
class="text-[#edd2eb] bg-[#edd2eb]"
/* SCSS */
$brand: #edd2eb;
/* SwiftUI */
Color(red: 0.929, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#edd2eb")Accessibility — WCAG contrast
Aa
#edd2eb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edd2eb on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green82.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow0.8%
Key (black)7.1%
Color previews
#edd2eb text on a black background
contrast 15.02:1
Card sample
#edd2eb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edd2eb;
Background color
Panel with #edd2eb background
background-color: #edd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edd2eb; background: linear-gradient(135deg, #edd2eb, #EDD2D9);