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