#ab0bfd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 11, 253
HSL
280°, 98%, 52%
CMYK
32, 96, 0, 1
Luminance
0.1599
Every format
| HEX | #ab0bfd |
| RGB | rgb(171, 11, 253) |
| HSL | hsl(280, 98%, 52%) |
| CMYK | cmyk(32%, 96%, 0%, 1%) |
| LAB | lab(47.0 85.8 -82.0) |
| LCH | lch(47.0 118.7 316.3) |
| OKLCH | oklch(0.583 0.295 307.6) |
Copy-ready code
/* CSS */
color: #ab0bfd;
background-color: #ab0bfd;
/* Tailwind (arbitrary) */
class="text-[#ab0bfd] bg-[#ab0bfd]"
/* SCSS */
$brand: #ab0bfd;
/* SwiftUI */
Color(red: 0.671, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#ab0bfd")Accessibility — WCAG contrast
Aa
#ab0bfd on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0bfd on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green4.3%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ab0bfd text on a black background
contrast 4.20:1
Card sample
#ab0bfd text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0bfd;
Background color
Panel with #ab0bfd background
background-color: #ab0bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0bfd; background: linear-gradient(135deg, #ab0bfd, #FD0BAE);