#ab88df
a light, vivid violet · warm · closest name: plum
RGB
171, 136, 223
HSL
264°, 58%, 70%
CMYK
23, 39, 0, 13
Luminance
0.3159
Every format
| HEX | #ab88df |
| RGB | rgb(171, 136, 223) |
| HSL | hsl(264, 58%, 70%) |
| CMYK | cmyk(23%, 39%, 0%, 13%) |
| LAB | lab(63.0 30.7 -39.5) |
| LCH | lch(63.0 50.0 307.9) |
| OKLCH | oklch(0.693 0.129 301.7) |
Copy-ready code
/* CSS */
color: #ab88df;
background-color: #ab88df;
/* Tailwind (arbitrary) */
class="text-[#ab88df] bg-[#ab88df]"
/* SCSS */
$brand: #ab88df;
/* SwiftUI */
Color(red: 0.671, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#ab88df")Accessibility — WCAG contrast
Aa
#ab88df on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab88df on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.3%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta39.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ab88df text on a black background
contrast 7.32:1
Card sample
#ab88df text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab88df;
Background color
Panel with #ab88df background
background-color: #ab88df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab88df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab88df; background: linear-gradient(135deg, #ab88df, #DF88D9);