#ab4fda
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 79, 218
HSL
280°, 65%, 58%
CMYK
22, 64, 0, 15
Luminance
0.1931
Every format
| HEX | #ab4fda |
| RGB | rgb(171, 79, 218) |
| HSL | hsl(280, 65%, 58%) |
| CMYK | cmyk(22%, 64%, 0%, 15%) |
| LAB | lab(51.0 59.7 -55.6) |
| LCH | lch(51.0 81.6 317.0) |
| OKLCH | oklch(0.604 0.212 312.2) |
Copy-ready code
/* CSS */
color: #ab4fda;
background-color: #ab4fda;
/* Tailwind (arbitrary) */
class="text-[#ab4fda] bg-[#ab4fda]"
/* SCSS */
$brand: #ab4fda;
/* SwiftUI */
Color(red: 0.671, green: 0.310, blue: 0.855)
/* Android */
Color.parseColor("#ab4fda")Accessibility — WCAG contrast
Aa
#ab4fda on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4fda on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green31.0%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta63.8%
Yellow0.0%
Key (black)14.5%
Color previews
#ab4fda text on a black background
contrast 4.86:1
Card sample
#ab4fda text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4fda;
Background color
Panel with #ab4fda background
background-color: #ab4fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 79, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 79, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4fda; background: linear-gradient(135deg, #ab4fda, #DA4FAC);