#ab61df
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 97, 223
HSL
275°, 66%, 63%
CMYK
23, 57, 0, 13
Luminance
0.2254
Every format
| HEX | #ab61df |
| RGB | rgb(171, 97, 223) |
| HSL | hsl(275, 66%, 63%) |
| CMYK | cmyk(23%, 57%, 0%, 13%) |
| LAB | lab(54.6 52.0 -52.8) |
| LCH | lch(54.6 74.1 314.6) |
| OKLCH | oklch(0.631 0.191 309.1) |
Copy-ready code
/* CSS */
color: #ab61df;
background-color: #ab61df;
/* Tailwind (arbitrary) */
class="text-[#ab61df] bg-[#ab61df]"
/* SCSS */
$brand: #ab61df;
/* SwiftUI */
Color(red: 0.671, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#ab61df")Accessibility — WCAG contrast
Aa
#ab61df on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab61df on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green38.0%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ab61df text on a black background
contrast 5.51:1
Card sample
#ab61df text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab61df;
Background color
Panel with #ab61df background
background-color: #ab61df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab61df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab61df; background: linear-gradient(135deg, #ab61df, #DF61BF);