#e6c2df
a light, soft magenta / pink · warm · closest name: pink
RGB
230, 194, 223
HSL
312°, 42%, 83%
CMYK
0, 16, 3, 10
Luminance
0.6073
Every format
| HEX | #e6c2df |
| RGB | rgb(230, 194, 223) |
| HSL | hsl(312, 42%, 83%) |
| CMYK | cmyk(0%, 16%, 3%, 10%) |
| LAB | lab(82.2 17.6 -9.7) |
| LCH | lch(82.2 20.1 331.3) |
| OKLCH | oklch(0.854 0.056 332.7) |
Copy-ready code
/* CSS */
color: #e6c2df;
background-color: #e6c2df;
/* Tailwind (arbitrary) */
class="text-[#e6c2df] bg-[#e6c2df]"
/* SCSS */
$brand: #e6c2df;
/* SwiftUI */
Color(red: 0.902, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#e6c2df")Accessibility — WCAG contrast
Aa
#e6c2df on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6c2df on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow3.0%
Key (black)9.8%
Color previews
#e6c2df text on a black background
contrast 13.15:1
Card sample
#e6c2df text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6c2df;
Background color
Panel with #e6c2df background
background-color: #e6c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6c2df; background: linear-gradient(135deg, #e6c2df, #E6C2C7);