#ead2eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 210, 235
HSL
298°, 39%, 87%
CMYK
0, 11, 0, 8
Luminance
0.6958
Every format
| HEX | #ead2eb |
| RGB | rgb(234, 210, 235) |
| HSL | hsl(298, 39%, 87%) |
| CMYK | cmyk(0%, 11%, 0%, 8%) |
| LAB | lab(86.8 12.7 -9.2) |
| LCH | lch(86.8 15.7 323.9) |
| OKLCH | oklch(0.891 0.043 324.7) |
Copy-ready code
/* CSS */
color: #ead2eb;
background-color: #ead2eb;
/* Tailwind (arbitrary) */
class="text-[#ead2eb] bg-[#ead2eb]"
/* SCSS */
$brand: #ead2eb;
/* SwiftUI */
Color(red: 0.918, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#ead2eb")Accessibility — WCAG contrast
Aa
#ead2eb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead2eb on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green82.4%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ead2eb text on a black background
contrast 14.92:1
Card sample
#ead2eb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead2eb;
Background color
Panel with #ead2eb background
background-color: #ead2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead2eb; background: linear-gradient(135deg, #ead2eb, #EBD2DB);