#ab9cbf
a light, soft violet · warm · closest name: plum
RGB
171, 156, 191
HSL
266°, 22%, 68%
CMYK
11, 18, 0, 25
Luminance
0.3620
Every format
| HEX | #ab9cbf |
| RGB | rgb(171, 156, 191) |
| HSL | hsl(266, 22%, 68%) |
| CMYK | cmyk(11%, 18%, 0%, 25%) |
| LAB | lab(66.7 12.3 -16.0) |
| LCH | lch(66.7 20.2 307.5) |
| OKLCH | oklch(0.717 0.053 304.6) |
Copy-ready code
/* CSS */
color: #ab9cbf;
background-color: #ab9cbf;
/* Tailwind (arbitrary) */
class="text-[#ab9cbf] bg-[#ab9cbf]"
/* SCSS */
$brand: #ab9cbf;
/* SwiftUI */
Color(red: 0.671, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#ab9cbf")Accessibility — WCAG contrast
Aa
#ab9cbf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9cbf on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green61.2%
Blue74.9%
CMYK percentages
Cyan10.5%
Magenta18.3%
Yellow0.0%
Key (black)25.1%
Color previews
#ab9cbf text on a black background
contrast 8.24:1
Card sample
#ab9cbf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9cbf;
Background color
Panel with #ab9cbf background
background-color: #ab9cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9cbf; background: linear-gradient(135deg, #ab9cbf, #BF9CBC);