#ab96df
a light, vivid violet · warm · closest name: plum
RGB
171, 150, 223
HSL
257°, 53%, 73%
CMYK
23, 33, 0, 13
Luminance
0.3580
Every format
| HEX | #ab96df |
| RGB | rgb(171, 150, 223) |
| HSL | hsl(257, 53%, 73%) |
| CMYK | cmyk(23%, 33%, 0%, 13%) |
| LAB | lab(66.4 22.8 -34.3) |
| LCH | lch(66.4 41.2 303.7) |
| OKLCH | oklch(0.719 0.106 296.9) |
Copy-ready code
/* CSS */
color: #ab96df;
background-color: #ab96df;
/* Tailwind (arbitrary) */
class="text-[#ab96df] bg-[#ab96df]"
/* SCSS */
$brand: #ab96df;
/* SwiftUI */
Color(red: 0.671, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#ab96df")Accessibility — WCAG contrast
Aa
#ab96df on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab96df on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green58.8%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ab96df text on a black background
contrast 8.16:1
Card sample
#ab96df text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab96df;
Background color
Panel with #ab96df background
background-color: #ab96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab96df; background: linear-gradient(135deg, #ab96df, #DC96DF);