#ab72fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 114, 253
HSL
265°, 97%, 72%
CMYK
32, 55, 0, 1
Luminance
0.2778
Every format
| HEX | #ab72fd |
| RGB | rgb(171, 114, 253) |
| HSL | hsl(265, 97%, 72%) |
| CMYK | cmyk(32%, 55%, 0%, 1%) |
| LAB | lab(59.7 50.1 -61.4) |
| LCH | lch(59.7 79.2 309.2) |
| OKLCH | oklch(0.674 0.200 300.0) |
Copy-ready code
/* CSS */
color: #ab72fd;
background-color: #ab72fd;
/* Tailwind (arbitrary) */
class="text-[#ab72fd] bg-[#ab72fd]"
/* SCSS */
$brand: #ab72fd;
/* SwiftUI */
Color(red: 0.671, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#ab72fd")Accessibility — WCAG contrast
Aa
#ab72fd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab72fd on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green44.7%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ab72fd text on a black background
contrast 6.56:1
Card sample
#ab72fd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab72fd;
Background color
Panel with #ab72fd background
background-color: #ab72fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab72fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab72fd; background: linear-gradient(135deg, #ab72fd, #FD72F2);