#ab03ff
a balanced, electric violet · warm · closest name: magenta
RGB
171, 3, 255
HSL
280°, 100%, 51%
CMYK
33, 99, 0, 0
Luminance
0.1594
Every format
| HEX | #ab03ff |
| RGB | rgb(171, 3, 255) |
| HSL | hsl(280, 100%, 51%) |
| CMYK | cmyk(33%, 99%, 0%, 0%) |
| LAB | lab(46.9 86.8 -83.2) |
| LCH | lch(46.9 120.3 316.2) |
| OKLCH | oklch(0.583 0.298 307.3) |
Copy-ready code
/* CSS */
color: #ab03ff;
background-color: #ab03ff;
/* Tailwind (arbitrary) */
class="text-[#ab03ff] bg-[#ab03ff]"
/* SCSS */
$brand: #ab03ff;
/* SwiftUI */
Color(red: 0.671, green: 0.012, blue: 1.000)
/* Android */
Color.parseColor("#ab03ff")Accessibility — WCAG contrast
Aa
#ab03ff on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab03ff on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green1.2%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta98.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ab03ff text on a black background
contrast 4.19:1
Card sample
#ab03ff text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab03ff;
Background color
Panel with #ab03ff background
background-color: #ab03ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab03ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 3, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 3, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab03ff; background: linear-gradient(135deg, #ab03ff, #FF03AB);