#e6acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 172, 223
HSL
307°, 54%, 79%
CMYK
0, 25, 3, 10
Luminance
0.5166
Every format
| HEX | #e6acdf |
| RGB | rgb(230, 172, 223) |
| HSL | hsl(307, 54%, 79%) |
| CMYK | cmyk(0%, 25%, 3%, 10%) |
| LAB | lab(77.1 29.4 -17.4) |
| LCH | lch(77.1 34.1 329.4) |
| OKLCH | oklch(0.814 0.095 330.6) |
Copy-ready code
/* CSS */
color: #e6acdf;
background-color: #e6acdf;
/* Tailwind (arbitrary) */
class="text-[#e6acdf] bg-[#e6acdf]"
/* SCSS */
$brand: #e6acdf;
/* SwiftUI */
Color(red: 0.902, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e6acdf")Accessibility — WCAG contrast
Aa
#e6acdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6acdf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow3.0%
Key (black)9.8%
Color previews
#e6acdf text on a black background
contrast 11.33:1
Card sample
#e6acdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6acdf;
Background color
Panel with #e6acdf background
background-color: #e6acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6acdf; background: linear-gradient(135deg, #e6acdf, #E6ACB8);