#ab1ddf
a balanced, electric violet · warm · closest name: magenta
RGB
171, 29, 223
HSL
284°, 77%, 49%
CMYK
23, 87, 0, 13
Luminance
0.1486
Every format
| HEX | #ab1ddf |
| RGB | rgb(171, 29, 223) |
| HSL | hsl(284, 77%, 49%) |
| CMYK | cmyk(23%, 87%, 0%, 13%) |
| LAB | lab(45.5 77.6 -67.5) |
| LCH | lch(45.5 102.9 319.0) |
| OKLCH | oklch(0.565 0.265 313.8) |
Copy-ready code
/* CSS */
color: #ab1ddf;
background-color: #ab1ddf;
/* Tailwind (arbitrary) */
class="text-[#ab1ddf] bg-[#ab1ddf]"
/* SCSS */
$brand: #ab1ddf;
/* SwiftUI */
Color(red: 0.671, green: 0.114, blue: 0.875)
/* Android */
Color.parseColor("#ab1ddf")Accessibility — WCAG contrast
Aa
#ab1ddf on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab1ddf on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green11.4%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta87.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ab1ddf text on a black background
contrast 3.97:1
Card sample
#ab1ddf text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1ddf;
Background color
Panel with #ab1ddf background
background-color: #ab1ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 29, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 29, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1ddf; background: linear-gradient(135deg, #ab1ddf, #DF1D92);