#edd4eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 212, 235
HSL
305°, 41%, 88%
CMYK
0, 11, 1, 7
Luminance
0.7109
Every format
| HEX | #edd4eb |
| RGB | rgb(237, 212, 235) |
| HSL | hsl(305, 41%, 88%) |
| CMYK | cmyk(0%, 11%, 1%, 7%) |
| LAB | lab(87.5 12.6 -8.1) |
| LCH | lch(87.5 15.0 327.3) |
| OKLCH | oklch(0.897 0.041 328.4) |
Copy-ready code
/* CSS */
color: #edd4eb;
background-color: #edd4eb;
/* Tailwind (arbitrary) */
class="text-[#edd4eb] bg-[#edd4eb]"
/* SCSS */
$brand: #edd4eb;
/* SwiftUI */
Color(red: 0.929, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#edd4eb")Accessibility — WCAG contrast
Aa
#edd4eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edd4eb on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green83.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow0.8%
Key (black)7.1%
Color previews
#edd4eb text on a black background
contrast 15.22:1
Card sample
#edd4eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edd4eb;
Background color
Panel with #edd4eb background
background-color: #edd4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edd4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edd4eb; background: linear-gradient(135deg, #edd4eb, #EDD4DA);