#ab5cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 92, 223
HSL
276°, 67%, 62%
CMYK
23, 59, 0, 13
Luminance
0.2164
Every format
| HEX | #ab5cdf |
| RGB | rgb(171, 92, 223) |
| HSL | hsl(276, 67%, 62%) |
| CMYK | cmyk(23%, 59%, 0%, 13%) |
| LAB | lab(53.6 54.5 -54.3) |
| LCH | lch(53.6 77.0 315.1) |
| OKLCH | oklch(0.624 0.199 309.6) |
Copy-ready code
/* CSS */
color: #ab5cdf;
background-color: #ab5cdf;
/* Tailwind (arbitrary) */
class="text-[#ab5cdf] bg-[#ab5cdf]"
/* SCSS */
$brand: #ab5cdf;
/* SwiftUI */
Color(red: 0.671, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#ab5cdf")Accessibility — WCAG contrast
Aa
#ab5cdf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5cdf on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green36.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ab5cdf text on a black background
contrast 5.33:1
Card sample
#ab5cdf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5cdf;
Background color
Panel with #ab5cdf background
background-color: #ab5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5cdf; background: linear-gradient(135deg, #ab5cdf, #DF5CBC);