#ab3af7
a balanced, electric violet · warm · closest name: magenta
RGB
171, 58, 247
HSL
276°, 92%, 60%
CMYK
31, 77, 0, 3
Luminance
0.1840
Every format
| HEX | #ab3af7 |
| RGB | rgb(171, 58, 247) |
| HSL | hsl(276, 92%, 60%) |
| CMYK | cmyk(31%, 77%, 0%, 3%) |
| LAB | lab(50.0 74.3 -73.7) |
| LCH | lch(50.0 104.7 315.2) |
| OKLCH | oklch(0.602 0.263 307.1) |
Copy-ready code
/* CSS */
color: #ab3af7;
background-color: #ab3af7;
/* Tailwind (arbitrary) */
class="text-[#ab3af7] bg-[#ab3af7]"
/* SCSS */
$brand: #ab3af7;
/* SwiftUI */
Color(red: 0.671, green: 0.227, blue: 0.969)
/* Android */
Color.parseColor("#ab3af7")Accessibility — WCAG contrast
Aa
#ab3af7 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab3af7 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green22.7%
Blue96.9%
CMYK percentages
Cyan30.8%
Magenta76.5%
Yellow0.0%
Key (black)3.1%
Color previews
#ab3af7 text on a black background
contrast 4.68:1
Card sample
#ab3af7 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3af7;
Background color
Panel with #ab3af7 background
background-color: #ab3af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 58, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 58, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3af7; background: linear-gradient(135deg, #ab3af7, #F73AC5);