#edd7eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 215, 235
HSL
306°, 38%, 89%
CMYK
0, 9, 1, 7
Luminance
0.7260
Every format
| HEX | #edd7eb |
| RGB | rgb(237, 215, 235) |
| HSL | hsl(306, 38%, 89%) |
| CMYK | cmyk(0%, 9%, 1%, 7%) |
| LAB | lab(88.3 11.0 -7.0) |
| LCH | lch(88.3 13.1 327.5) |
| OKLCH | oklch(0.903 0.036 328.7) |
Copy-ready code
/* CSS */
color: #edd7eb;
background-color: #edd7eb;
/* Tailwind (arbitrary) */
class="text-[#edd7eb] bg-[#edd7eb]"
/* SCSS */
$brand: #edd7eb;
/* SwiftUI */
Color(red: 0.929, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#edd7eb")Accessibility — WCAG contrast
Aa
#edd7eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edd7eb on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green84.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow0.8%
Key (black)7.1%
Color previews
#edd7eb text on a black background
contrast 15.52:1
Card sample
#edd7eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edd7eb;
Background color
Panel with #edd7eb background
background-color: #edd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edd7eb; background: linear-gradient(135deg, #edd7eb, #EDD7DC);