#e6abc4
a light, vivid magenta / pink · warm · closest name: pink
RGB
230, 171, 196
HSL
335°, 54%, 79%
CMYK
0, 26, 15, 10
Luminance
0.4993
Every format
| HEX | #e6abc4 |
| RGB | rgb(230, 171, 196) |
| HSL | hsl(335, 54%, 79%) |
| CMYK | cmyk(0%, 26%, 15%, 10%) |
| LAB | lab(76.0 25.4 -4.2) |
| LCH | lch(76.0 25.7 350.5) |
| OKLCH | oklch(0.803 0.076 351.8) |
Copy-ready code
/* CSS */
color: #e6abc4;
background-color: #e6abc4;
/* Tailwind (arbitrary) */
class="text-[#e6abc4] bg-[#e6abc4]"
/* SCSS */
$brand: #e6abc4;
/* SwiftUI */
Color(red: 0.902, green: 0.671, blue: 0.769)
/* Android */
Color.parseColor("#e6abc4")Accessibility — WCAG contrast
Aa
#e6abc4 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6abc4 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green67.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow14.8%
Key (black)9.8%
Color previews
#e6abc4 text on a black background
contrast 10.99:1
Card sample
#e6abc4 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6abc4;
Background color
Panel with #e6abc4 background
background-color: #e6abc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6abc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 171, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 171, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6abc4; background: linear-gradient(135deg, #e6abc4, #E6B9AB);