#ab8dfb
a light, electric violet · warm · closest name: slateblue
RGB
171, 141, 251
HSL
256°, 93%, 77%
CMYK
32, 44, 0, 2
Luminance
0.3467
Every format
| HEX | #ab8dfb |
| RGB | rgb(171, 141, 251) |
| HSL | hsl(256, 93%, 77%) |
| CMYK | cmyk(32%, 44%, 0%, 2%) |
| LAB | lab(65.5 34.7 -51.0) |
| LCH | lch(65.5 61.7 304.2) |
| OKLCH | oklch(0.717 0.158 294.7) |
Copy-ready code
/* CSS */
color: #ab8dfb;
background-color: #ab8dfb;
/* Tailwind (arbitrary) */
class="text-[#ab8dfb] bg-[#ab8dfb]"
/* SCSS */
$brand: #ab8dfb;
/* SwiftUI */
Color(red: 0.671, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#ab8dfb")Accessibility — WCAG contrast
Aa
#ab8dfb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8dfb on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green55.3%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ab8dfb text on a black background
contrast 7.93:1
Card sample
#ab8dfb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8dfb;
Background color
Panel with #ab8dfb background
background-color: #ab8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8dfb; background: linear-gradient(135deg, #ab8dfb, #F48DFB);