#ab9cdf
a light, vivid blue · warm · closest name: plum
RGB
171, 156, 223
HSL
253°, 51%, 74%
CMYK
23, 30, 0, 13
Luminance
0.3776
Every format
| HEX | #ab9cdf |
| RGB | rgb(171, 156, 223) |
| HSL | hsl(253, 51%, 74%) |
| CMYK | cmyk(23%, 30%, 0%, 13%) |
| LAB | lab(67.8 19.4 -32.0) |
| LCH | lch(67.8 37.4 301.3) |
| OKLCH | oklch(0.730 0.097 294.1) |
Copy-ready code
/* CSS */
color: #ab9cdf;
background-color: #ab9cdf;
/* Tailwind (arbitrary) */
class="text-[#ab9cdf] bg-[#ab9cdf]"
/* SCSS */
$brand: #ab9cdf;
/* SwiftUI */
Color(red: 0.671, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#ab9cdf")Accessibility — WCAG contrast
Aa
#ab9cdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9cdf on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green61.2%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ab9cdf text on a black background
contrast 8.55:1
Card sample
#ab9cdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9cdf;
Background color
Panel with #ab9cdf background
background-color: #ab9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9cdf; background: linear-gradient(135deg, #ab9cdf, #D89CDF);