#ab71eb
a light, electric violet · warm · closest name: slateblue
RGB
171, 113, 235
HSL
269°, 75%, 68%
CMYK
27, 52, 0, 8
Luminance
0.2647
Every format
| HEX | #ab71eb |
| RGB | rgb(171, 113, 235) |
| HSL | hsl(269, 75%, 68%) |
| CMYK | cmyk(27%, 52%, 0%, 8%) |
| LAB | lab(58.5 46.3 -53.3) |
| LCH | lch(58.5 70.6 311.0) |
| OKLCH | oklch(0.661 0.181 303.8) |
Copy-ready code
/* CSS */
color: #ab71eb;
background-color: #ab71eb;
/* Tailwind (arbitrary) */
class="text-[#ab71eb] bg-[#ab71eb]"
/* SCSS */
$brand: #ab71eb;
/* SwiftUI */
Color(red: 0.671, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#ab71eb")Accessibility — WCAG contrast
Aa
#ab71eb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab71eb on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green44.3%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ab71eb text on a black background
contrast 6.29:1
Card sample
#ab71eb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab71eb;
Background color
Panel with #ab71eb background
background-color: #ab71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab71eb; background: linear-gradient(135deg, #ab71eb, #EB71DA);