#ab8fdf
a light, vivid violet · warm · closest name: plum
RGB
171, 143, 223
HSL
261°, 56%, 72%
CMYK
23, 36, 0, 13
Luminance
0.3363
Every format
| HEX | #ab8fdf |
| RGB | rgb(171, 143, 223) |
| HSL | hsl(261, 56%, 72%) |
| CMYK | cmyk(23%, 36%, 0%, 13%) |
| LAB | lab(64.7 26.8 -36.9) |
| LCH | lch(64.7 45.6 306.0) |
| OKLCH | oklch(0.706 0.118 299.5) |
Copy-ready code
/* CSS */
color: #ab8fdf;
background-color: #ab8fdf;
/* Tailwind (arbitrary) */
class="text-[#ab8fdf] bg-[#ab8fdf]"
/* SCSS */
$brand: #ab8fdf;
/* SwiftUI */
Color(red: 0.671, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#ab8fdf")Accessibility — WCAG contrast
Aa
#ab8fdf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8fdf on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ab8fdf text on a black background
contrast 7.73:1
Card sample
#ab8fdf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8fdf;
Background color
Panel with #ab8fdf background
background-color: #ab8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8fdf; background: linear-gradient(135deg, #ab8fdf, #DF8FDE);