#ab7bac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
171, 123, 172
HSL
299°, 23%, 58%
CMYK
1, 29, 0, 33
Luminance
0.2580
Every format
| HEX | #ab7bac |
| RGB | rgb(171, 123, 172) |
| HSL | hsl(299, 23%, 58%) |
| CMYK | cmyk(1%, 29%, 0%, 33%) |
| LAB | lab(57.9 27.1 -18.7) |
| LCH | lch(57.9 32.9 325.4) |
| OKLCH | oklch(0.647 0.090 325.9) |
Copy-ready code
/* CSS */
color: #ab7bac;
background-color: #ab7bac;
/* Tailwind (arbitrary) */
class="text-[#ab7bac] bg-[#ab7bac]"
/* SCSS */
$brand: #ab7bac;
/* SwiftUI */
Color(red: 0.671, green: 0.482, blue: 0.675)
/* Android */
Color.parseColor("#ab7bac")Accessibility — WCAG contrast
Aa
#ab7bac on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7bac on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green48.2%
Blue67.5%
CMYK percentages
Cyan0.6%
Magenta28.5%
Yellow0.0%
Key (black)32.5%
Color previews
#ab7bac text on a black background
contrast 6.16:1
Card sample
#ab7bac text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7bac;
Background color
Panel with #ab7bac background
background-color: #ab7bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 123, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 123, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7bac; background: linear-gradient(135deg, #ab7bac, #AC7B8C);