#ab61f3
a light, electric violet · warm · closest name: slateblue
RGB
171, 97, 243
HSL
270°, 86%, 67%
CMYK
30, 60, 0, 5
Luminance
0.2368
Every format
| HEX | #ab61f3 |
| RGB | rgb(171, 97, 243) |
| HSL | hsl(270, 86%, 67%) |
| CMYK | cmyk(30%, 60%, 0%, 5%) |
| LAB | lab(55.8 56.5 -62.1) |
| LCH | lch(55.8 84.0 312.3) |
| OKLCH | oklch(0.643 0.213 304.4) |
Copy-ready code
/* CSS */
color: #ab61f3;
background-color: #ab61f3;
/* Tailwind (arbitrary) */
class="text-[#ab61f3] bg-[#ab61f3]"
/* SCSS */
$brand: #ab61f3;
/* SwiftUI */
Color(red: 0.671, green: 0.380, blue: 0.953)
/* Android */
Color.parseColor("#ab61f3")Accessibility — WCAG contrast
Aa
#ab61f3 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab61f3 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green38.0%
Blue95.3%
CMYK percentages
Cyan29.6%
Magenta60.1%
Yellow0.0%
Key (black)4.7%
Color previews
#ab61f3 text on a black background
contrast 5.74:1
Card sample
#ab61f3 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab61f3;
Background color
Panel with #ab61f3 background
background-color: #ab61f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab61f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 97, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 97, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab61f3; background: linear-gradient(135deg, #ab61f3, #F361DA);