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