#ab6ddf
a light, vivid violet · warm · closest name: slateblue
RGB
171, 109, 223
HSL
273°, 64%, 65%
CMYK
23, 51, 0, 13
Luminance
0.2492
Every format
| HEX | #ab6ddf |
| RGB | rgb(171, 109, 223) |
| HSL | hsl(273, 64%, 65%) |
| CMYK | cmyk(23%, 51%, 0%, 13%) |
| LAB | lab(57.0 45.7 -49.0) |
| LCH | lch(57.0 67.0 313.0) |
| OKLCH | oklch(0.648 0.173 307.4) |
Copy-ready code
/* CSS */
color: #ab6ddf;
background-color: #ab6ddf;
/* Tailwind (arbitrary) */
class="text-[#ab6ddf] bg-[#ab6ddf]"
/* SCSS */
$brand: #ab6ddf;
/* SwiftUI */
Color(red: 0.671, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#ab6ddf")Accessibility — WCAG contrast
Aa
#ab6ddf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6ddf on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green42.7%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ab6ddf text on a black background
contrast 5.98:1
Card sample
#ab6ddf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6ddf;
Background color
Panel with #ab6ddf background
background-color: #ab6ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6ddf; background: linear-gradient(135deg, #ab6ddf, #DF6DC7);