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