#ab2fdb
a balanced, vivid violet · warm · closest name: magenta
RGB
171, 47, 219
HSL
283°, 71%, 52%
CMYK
22, 79, 0, 14
Luminance
0.1581
Every format
| HEX | #ab2fdb |
| RGB | rgb(171, 47, 219) |
| HSL | hsl(283, 71%, 52%) |
| CMYK | cmyk(22%, 79%, 0%, 14%) |
| LAB | lab(46.7 72.3 -63.2) |
| LCH | lch(46.7 96.0 318.9) |
| OKLCH | oklch(0.573 0.249 314.1) |
Copy-ready code
/* CSS */
color: #ab2fdb;
background-color: #ab2fdb;
/* Tailwind (arbitrary) */
class="text-[#ab2fdb] bg-[#ab2fdb]"
/* SCSS */
$brand: #ab2fdb;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#ab2fdb")Accessibility — WCAG contrast
Aa
#ab2fdb on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2fdb on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue85.9%
CMYK percentages
Cyan21.9%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#ab2fdb text on a black background
contrast 4.16:1
Card sample
#ab2fdb text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2fdb;
Background color
Panel with #ab2fdb background
background-color: #ab2fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2fdb; background: linear-gradient(135deg, #ab2fdb, #DB2F98);