#e6c6df
a light, soft magenta / pink · warm · closest name: pink
RGB
230, 198, 223
HSL
313°, 39%, 84%
CMYK
0, 14, 3, 10
Luminance
0.6254
Every format
| HEX | #e6c6df |
| RGB | rgb(230, 198, 223) |
| HSL | hsl(313, 39%, 84%) |
| CMYK | cmyk(0%, 14%, 3%, 10%) |
| LAB | lab(83.2 15.5 -8.2) |
| LCH | lch(83.2 17.5 332.1) |
| OKLCH | oklch(0.861 0.049 333.6) |
Copy-ready code
/* CSS */
color: #e6c6df;
background-color: #e6c6df;
/* Tailwind (arbitrary) */
class="text-[#e6c6df] bg-[#e6c6df]"
/* SCSS */
$brand: #e6c6df;
/* SwiftUI */
Color(red: 0.902, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#e6c6df")Accessibility — WCAG contrast
Aa
#e6c6df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6c6df on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow3.0%
Key (black)9.8%
Color previews
#e6c6df text on a black background
contrast 13.51:1
Card sample
#e6c6df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6c6df;
Background color
Panel with #e6c6df background
background-color: #e6c6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6c6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6c6df; background: linear-gradient(135deg, #e6c6df, #E6C6CA);