#ab9fd2
a light, soft blue · warm · closest name: plum
RGB
171, 159, 210
HSL
254°, 36%, 72%
CMYK
19, 24, 0, 18
Luminance
0.3811
Every format
| HEX | #ab9fd2 |
| RGB | rgb(171, 159, 210) |
| HSL | hsl(254, 36%, 72%) |
| CMYK | cmyk(19%, 24%, 0%, 18%) |
| LAB | lab(68.1 14.8 -24.4) |
| LCH | lch(68.1 28.5 301.2) |
| OKLCH | oklch(0.731 0.074 295.3) |
Copy-ready code
/* CSS */
color: #ab9fd2;
background-color: #ab9fd2;
/* Tailwind (arbitrary) */
class="text-[#ab9fd2] bg-[#ab9fd2]"
/* SCSS */
$brand: #ab9fd2;
/* SwiftUI */
Color(red: 0.671, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#ab9fd2")Accessibility — WCAG contrast
Aa
#ab9fd2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9fd2 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green62.4%
Blue82.4%
CMYK percentages
Cyan18.6%
Magenta24.3%
Yellow0.0%
Key (black)17.6%
Color previews
#ab9fd2 text on a black background
contrast 8.62:1
Card sample
#ab9fd2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9fd2;
Background color
Panel with #ab9fd2 background
background-color: #ab9fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9fd2; background: linear-gradient(135deg, #ab9fd2, #CD9FD2);