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