#ab4fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 79, 223
HSL
278°, 69%, 59%
CMYK
23, 65, 0, 13
Luminance
0.1958
Every format
| HEX | #ab4fdf |
| RGB | rgb(171, 79, 223) |
| HSL | hsl(278, 69%, 59%) |
| CMYK | cmyk(23%, 65%, 0%, 13%) |
| LAB | lab(51.4 60.8 -58.0) |
| LCH | lch(51.4 84.0 316.3) |
| OKLCH | oklch(0.607 0.217 311.0) |
Copy-ready code
/* CSS */
color: #ab4fdf;
background-color: #ab4fdf;
/* Tailwind (arbitrary) */
class="text-[#ab4fdf] bg-[#ab4fdf]"
/* SCSS */
$brand: #ab4fdf;
/* SwiftUI */
Color(red: 0.671, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#ab4fdf")Accessibility — WCAG contrast
Aa
#ab4fdf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4fdf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green31.0%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ab4fdf text on a black background
contrast 4.92:1
Card sample
#ab4fdf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4fdf;
Background color
Panel with #ab4fdf background
background-color: #ab4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4fdf; background: linear-gradient(135deg, #ab4fdf, #DF4FB3);