#e2c6df
a light, soft magenta / pink · warm · closest name: lavender
RGB
226, 198, 223
HSL
306°, 33%, 83%
CMYK
0, 12, 1, 11
Luminance
0.6188
Every format
| HEX | #e2c6df |
| RGB | rgb(226, 198, 223) |
| HSL | hsl(306, 33%, 83%) |
| CMYK | cmyk(0%, 12%, 1%, 11%) |
| LAB | lab(82.8 14.2 -8.8) |
| LCH | lch(82.8 16.6 328.2) |
| OKLCH | oklch(0.858 0.046 329.4) |
Copy-ready code
/* CSS */
color: #e2c6df;
background-color: #e2c6df;
/* Tailwind (arbitrary) */
class="text-[#e2c6df] bg-[#e2c6df]"
/* SCSS */
$brand: #e2c6df;
/* SwiftUI */
Color(red: 0.886, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#e2c6df")Accessibility — WCAG contrast
Aa
#e2c6df on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2c6df on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow1.3%
Key (black)11.4%
Color previews
#e2c6df text on a black background
contrast 13.38:1
Card sample
#e2c6df text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2c6df;
Background color
Panel with #e2c6df background
background-color: #e2c6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2c6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2c6df; background: linear-gradient(135deg, #e2c6df, #E2C6CC);