#ab2feb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 47, 235
HSL
280°, 83%, 55%
CMYK
27, 80, 0, 8
Luminance
0.1669
Every format
| HEX | #ab2feb |
| RGB | rgb(171, 47, 235) |
| HSL | hsl(280, 83%, 55%) |
| CMYK | cmyk(27%, 80%, 0%, 8%) |
| LAB | lab(47.9 75.4 -70.4) |
| LCH | lch(47.9 103.2 317.0) |
| OKLCH | oklch(0.585 0.262 310.3) |
Copy-ready code
/* CSS */
color: #ab2feb;
background-color: #ab2feb;
/* Tailwind (arbitrary) */
class="text-[#ab2feb] bg-[#ab2feb]"
/* SCSS */
$brand: #ab2feb;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#ab2feb")Accessibility — WCAG contrast
Aa
#ab2feb on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2feb on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ab2feb text on a black background
contrast 4.34:1
Card sample
#ab2feb text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2feb;
Background color
Panel with #ab2feb background
background-color: #ab2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2feb; background: linear-gradient(135deg, #ab2feb, #EB2FAE);