#ab8fe2
a light, vivid violet · warm · closest name: plum
RGB
171, 143, 226
HSL
260°, 59%, 72%
CMYK
24, 37, 0, 11
Luminance
0.3379
Every format
| HEX | #ab8fe2 |
| RGB | rgb(171, 143, 226) |
| HSL | hsl(260, 59%, 72%) |
| CMYK | cmyk(24%, 37%, 0%, 11%) |
| LAB | lab(64.8 27.5 -38.4) |
| LCH | lch(64.8 47.2 305.6) |
| OKLCH | oklch(0.707 0.122 298.8) |
Copy-ready code
/* CSS */
color: #ab8fe2;
background-color: #ab8fe2;
/* Tailwind (arbitrary) */
class="text-[#ab8fe2] bg-[#ab8fe2]"
/* SCSS */
$brand: #ab8fe2;
/* SwiftUI */
Color(red: 0.671, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#ab8fe2")Accessibility — WCAG contrast
Aa
#ab8fe2 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8fe2 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.1%
Blue88.6%
CMYK percentages
Cyan24.3%
Magenta36.7%
Yellow0.0%
Key (black)11.4%
Color previews
#ab8fe2 text on a black background
contrast 7.76:1
Card sample
#ab8fe2 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8fe2;
Background color
Panel with #ab8fe2 background
background-color: #ab8fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8fe2; background: linear-gradient(135deg, #ab8fe2, #E28FE2);