#ab1ace
a balanced, electric violet · warm · closest name: magenta
RGB
171, 26, 206
HSL
288°, 78%, 46%
CMYK
17, 87, 0, 19
Luminance
0.1385
Every format
| HEX | #ab1ace |
| RGB | rgb(171, 26, 206) |
| HSL | hsl(288, 78%, 46%) |
| CMYK | cmyk(17%, 87%, 0%, 19%) |
| LAB | lab(44.0 75.2 -60.1) |
| LCH | lch(44.0 96.2 321.4) |
| OKLCH | oklch(0.552 0.254 318.1) |
Copy-ready code
/* CSS */
color: #ab1ace;
background-color: #ab1ace;
/* Tailwind (arbitrary) */
class="text-[#ab1ace] bg-[#ab1ace]"
/* SCSS */
$brand: #ab1ace;
/* SwiftUI */
Color(red: 0.671, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#ab1ace")Accessibility — WCAG contrast
Aa
#ab1ace on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab1ace on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green10.2%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#ab1ace text on a black background
contrast 3.77:1
Card sample
#ab1ace text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1ace;
Background color
Panel with #ab1ace background
background-color: #ab1ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1ace; background: linear-gradient(135deg, #ab1ace, #CE1A79);