#ab6cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 108, 223
HSL
273°, 64%, 65%
CMYK
23, 52, 0, 13
Luminance
0.2471
Every format
| HEX | #ab6cdf |
| RGB | rgb(171, 108, 223) |
| HSL | hsl(273, 64%, 65%) |
| CMYK | cmyk(23%, 52%, 0%, 13%) |
| LAB | lab(56.8 46.2 -49.3) |
| LCH | lch(56.8 67.6 313.2) |
| OKLCH | oklch(0.647 0.174 307.5) |
Copy-ready code
/* CSS */
color: #ab6cdf;
background-color: #ab6cdf;
/* Tailwind (arbitrary) */
class="text-[#ab6cdf] bg-[#ab6cdf]"
/* SCSS */
$brand: #ab6cdf;
/* SwiftUI */
Color(red: 0.671, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ab6cdf")Accessibility — WCAG contrast
Aa
#ab6cdf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6cdf on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ab6cdf text on a black background
contrast 5.94:1
Card sample
#ab6cdf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6cdf;
Background color
Panel with #ab6cdf background
background-color: #ab6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6cdf; background: linear-gradient(135deg, #ab6cdf, #DF6CC6);