#ab8bfd
a light, electric violet · warm · closest name: slateblue
RGB
171, 139, 253
HSL
257°, 97%, 77%
CMYK
32, 45, 0, 1
Luminance
0.3422
Every format
| HEX | #ab8bfd |
| RGB | rgb(171, 139, 253) |
| HSL | hsl(257, 97%, 77%) |
| CMYK | cmyk(32%, 45%, 0%, 1%) |
| LAB | lab(65.1 36.4 -52.7) |
| LCH | lch(65.1 64.0 304.6) |
| OKLCH | oklch(0.714 0.163 294.9) |
Copy-ready code
/* CSS */
color: #ab8bfd;
background-color: #ab8bfd;
/* Tailwind (arbitrary) */
class="text-[#ab8bfd] bg-[#ab8bfd]"
/* SCSS */
$brand: #ab8bfd;
/* SwiftUI */
Color(red: 0.671, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#ab8bfd")Accessibility — WCAG contrast
Aa
#ab8bfd on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8bfd on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green54.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ab8bfd text on a black background
contrast 7.84:1
Card sample
#ab8bfd text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8bfd;
Background color
Panel with #ab8bfd background
background-color: #ab8bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8bfd; background: linear-gradient(135deg, #ab8bfd, #F78BFD);