#ab8eab
a balanced, muted magenta / pink · warm · closest name: gray
RGB
171, 142, 171
HSL
300°, 15%, 61%
CMYK
0, 17, 0, 33
Luminance
0.3094
Every format
| HEX | #ab8eab |
| RGB | rgb(171, 142, 171) |
| HSL | hsl(300, 15%, 61%) |
| CMYK | cmyk(0%, 17%, 0%, 33%) |
| LAB | lab(62.5 16.1 -11.1) |
| LCH | lch(62.5 19.6 325.4) |
| OKLCH | oklch(0.683 0.053 326.1) |
Copy-ready code
/* CSS */
color: #ab8eab;
background-color: #ab8eab;
/* Tailwind (arbitrary) */
class="text-[#ab8eab] bg-[#ab8eab]"
/* SCSS */
$brand: #ab8eab;
/* SwiftUI */
Color(red: 0.671, green: 0.557, blue: 0.671)
/* Android */
Color.parseColor("#ab8eab")Accessibility — WCAG contrast
Aa
#ab8eab on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8eab on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green55.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow0.0%
Key (black)32.9%
Color previews
#ab8eab text on a black background
contrast 7.19:1
Card sample
#ab8eab text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8eab;
Background color
Panel with #ab8eab background
background-color: #ab8eab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8eab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 142, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 142, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8eab; background: linear-gradient(135deg, #ab8eab, #AB8E98);