#ab3fd8
a balanced, vivid violet · warm · closest name: purple
RGB
171, 63, 216
HSL
282°, 66%, 55%
CMYK
21, 71, 0, 15
Luminance
0.1717
Every format
| HEX | #ab3fd8 |
| RGB | rgb(171, 63, 216) |
| HSL | hsl(282, 66%, 55%) |
| CMYK | cmyk(21%, 71%, 0%, 15%) |
| LAB | lab(48.5 66.1 -58.6) |
| LCH | lch(48.5 88.4 318.4) |
| OKLCH | oklch(0.585 0.230 314.0) |
Copy-ready code
/* CSS */
color: #ab3fd8;
background-color: #ab3fd8;
/* Tailwind (arbitrary) */
class="text-[#ab3fd8] bg-[#ab3fd8]"
/* SCSS */
$brand: #ab3fd8;
/* SwiftUI */
Color(red: 0.671, green: 0.247, blue: 0.847)
/* Android */
Color.parseColor("#ab3fd8")Accessibility — WCAG contrast
Aa
#ab3fd8 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab3fd8 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green24.7%
Blue84.7%
CMYK percentages
Cyan20.8%
Magenta70.8%
Yellow0.0%
Key (black)15.3%
Color previews
#ab3fd8 text on a black background
contrast 4.43:1
Card sample
#ab3fd8 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3fd8;
Background color
Panel with #ab3fd8 background
background-color: #ab3fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 63, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 63, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3fd8; background: linear-gradient(135deg, #ab3fd8, #D83F9F);