#ab9ace
a light, soft violet · warm · closest name: plum
RGB
171, 154, 206
HSL
260°, 35%, 71%
CMYK
17, 25, 0, 19
Luminance
0.3623
Every format
| HEX | #ab9ace |
| RGB | rgb(171, 154, 206) |
| HSL | hsl(260, 35%, 71%) |
| CMYK | cmyk(17%, 25%, 0%, 19%) |
| LAB | lab(66.7 16.7 -24.3) |
| LCH | lch(66.7 29.5 304.4) |
| OKLCH | oklch(0.719 0.077 299.5) |
Copy-ready code
/* CSS */
color: #ab9ace;
background-color: #ab9ace;
/* Tailwind (arbitrary) */
class="text-[#ab9ace] bg-[#ab9ace]"
/* SCSS */
$brand: #ab9ace;
/* SwiftUI */
Color(red: 0.671, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#ab9ace")Accessibility — WCAG contrast
Aa
#ab9ace on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9ace on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green60.4%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta25.2%
Yellow0.0%
Key (black)19.2%
Color previews
#ab9ace text on a black background
contrast 8.25:1
Card sample
#ab9ace text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9ace;
Background color
Panel with #ab9ace background
background-color: #ab9ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9ace; background: linear-gradient(135deg, #ab9ace, #CE9ACE);