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