#ab84df
a light, vivid violet · warm · closest name: plum
RGB
171, 132, 223
HSL
266°, 59%, 70%
CMYK
23, 41, 0, 13
Luminance
0.3049
Every format
| HEX | #ab84df |
| RGB | rgb(171, 132, 223) |
| HSL | hsl(266, 59%, 70%) |
| CMYK | cmyk(23%, 41%, 0%, 13%) |
| LAB | lab(62.1 33.0 -41.0) |
| LCH | lch(62.1 52.6 308.8) |
| OKLCH | oklch(0.686 0.136 302.7) |
Copy-ready code
/* CSS */
color: #ab84df;
background-color: #ab84df;
/* Tailwind (arbitrary) */
class="text-[#ab84df] bg-[#ab84df]"
/* SCSS */
$brand: #ab84df;
/* SwiftUI */
Color(red: 0.671, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#ab84df")Accessibility — WCAG contrast
Aa
#ab84df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab84df on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green51.8%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ab84df text on a black background
contrast 7.10:1
Card sample
#ab84df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab84df;
Background color
Panel with #ab84df background
background-color: #ab84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab84df; background: linear-gradient(135deg, #ab84df, #DF84D6);