#e6bcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
230, 188, 223
HSL
310°, 46%, 82%
CMYK
0, 18, 3, 10
Luminance
0.5812
Every format
| HEX | #e6bcdf |
| RGB | rgb(230, 188, 223) |
| HSL | hsl(310, 46%, 82%) |
| CMYK | cmyk(0%, 18%, 3%, 10%) |
| LAB | lab(80.8 20.8 -11.8) |
| LCH | lch(80.8 23.9 330.5) |
| OKLCH | oklch(0.843 0.067 331.8) |
Copy-ready code
/* CSS */
color: #e6bcdf;
background-color: #e6bcdf;
/* Tailwind (arbitrary) */
class="text-[#e6bcdf] bg-[#e6bcdf]"
/* SCSS */
$brand: #e6bcdf;
/* SwiftUI */
Color(red: 0.902, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#e6bcdf")Accessibility — WCAG contrast
Aa
#e6bcdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6bcdf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow3.0%
Key (black)9.8%
Color previews
#e6bcdf text on a black background
contrast 12.62:1
Card sample
#e6bcdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6bcdf;
Background color
Panel with #e6bcdf background
background-color: #e6bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6bcdf; background: linear-gradient(135deg, #e6bcdf, #E6BCC3);