#ab2cfc
a balanced, electric violet · warm · closest name: magenta
RGB
171, 44, 252
HSL
277°, 97%, 58%
CMYK
32, 83, 0, 1
Luminance
0.1749
Every format
| HEX | #ab2cfc |
| RGB | rgb(171, 44, 252) |
| HSL | hsl(277, 97%, 58%) |
| CMYK | cmyk(32%, 83%, 0%, 1%) |
| LAB | lab(48.9 79.7 -78.3) |
| LCH | lch(48.9 111.7 315.5) |
| OKLCH | oklch(0.596 0.279 306.8) |
Copy-ready code
/* CSS */
color: #ab2cfc;
background-color: #ab2cfc;
/* Tailwind (arbitrary) */
class="text-[#ab2cfc] bg-[#ab2cfc]"
/* SCSS */
$brand: #ab2cfc;
/* SwiftUI */
Color(red: 0.671, green: 0.173, blue: 0.988)
/* Android */
Color.parseColor("#ab2cfc")Accessibility — WCAG contrast
Aa
#ab2cfc on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2cfc on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green17.3%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta82.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ab2cfc text on a black background
contrast 4.50:1
Card sample
#ab2cfc text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2cfc;
Background color
Panel with #ab2cfc background
background-color: #ab2cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 44, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 44, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2cfc; background: linear-gradient(135deg, #ab2cfc, #FC2CC2);