#ab3ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
171, 61, 223
HSL
281°, 72%, 56%
CMYK
23, 73, 0, 13
Luminance
0.1732
Every format
| HEX | #ab3ddf |
| RGB | rgb(171, 61, 223) |
| HSL | hsl(281, 72%, 56%) |
| CMYK | cmyk(23%, 73%, 0%, 13%) |
| LAB | lab(48.7 68.3 -62.3) |
| LCH | lch(48.7 92.5 317.6) |
| OKLCH | oklch(0.588 0.238 312.3) |
Copy-ready code
/* CSS */
color: #ab3ddf;
background-color: #ab3ddf;
/* Tailwind (arbitrary) */
class="text-[#ab3ddf] bg-[#ab3ddf]"
/* SCSS */
$brand: #ab3ddf;
/* SwiftUI */
Color(red: 0.671, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#ab3ddf")Accessibility — WCAG contrast
Aa
#ab3ddf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab3ddf on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green23.9%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ab3ddf text on a black background
contrast 4.46:1
Card sample
#ab3ddf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3ddf;
Background color
Panel with #ab3ddf background
background-color: #ab3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3ddf; background: linear-gradient(135deg, #ab3ddf, #DF3DA7);