#ab60df
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 96, 223
HSL
275°, 67%, 63%
CMYK
23, 57, 0, 13
Luminance
0.2235
Every format
| HEX | #ab60df |
| RGB | rgb(171, 96, 223) |
| HSL | hsl(275, 67%, 63%) |
| CMYK | cmyk(23%, 57%, 0%, 13%) |
| LAB | lab(54.4 52.5 -53.1) |
| LCH | lch(54.4 74.7 314.7) |
| OKLCH | oklch(0.629 0.193 309.2) |
Copy-ready code
/* CSS */
color: #ab60df;
background-color: #ab60df;
/* Tailwind (arbitrary) */
class="text-[#ab60df] bg-[#ab60df]"
/* SCSS */
$brand: #ab60df;
/* SwiftUI */
Color(red: 0.671, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#ab60df")Accessibility — WCAG contrast
Aa
#ab60df on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab60df on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green37.6%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ab60df text on a black background
contrast 5.47:1
Card sample
#ab60df text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab60df;
Background color
Panel with #ab60df background
background-color: #ab60df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab60df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab60df; background: linear-gradient(135deg, #ab60df, #DF60BE);