#ab14ff
a balanced, electric violet · warm · closest name: magenta
RGB
171, 20, 255
HSL
279°, 100%, 54%
CMYK
33, 92, 0, 0
Luminance
0.1638
Every format
| HEX | #ab14ff |
| RGB | rgb(171, 20, 255) |
| HSL | hsl(279, 100%, 54%) |
| CMYK | cmyk(33%, 92%, 0%, 0%) |
| LAB | lab(47.5 85.1 -82.3) |
| LCH | lch(47.5 118.4 316.0) |
| OKLCH | oklch(0.587 0.294 307.0) |
Copy-ready code
/* CSS */
color: #ab14ff;
background-color: #ab14ff;
/* Tailwind (arbitrary) */
class="text-[#ab14ff] bg-[#ab14ff]"
/* SCSS */
$brand: #ab14ff;
/* SwiftUI */
Color(red: 0.671, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#ab14ff")Accessibility — WCAG contrast
Aa
#ab14ff on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab14ff on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green7.8%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ab14ff text on a black background
contrast 4.28:1
Card sample
#ab14ff text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab14ff;
Background color
Panel with #ab14ff background
background-color: #ab14ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab14ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab14ff; background: linear-gradient(135deg, #ab14ff, #FF14B6);