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