#ab09fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 9, 253
HSL
280°, 98%, 51%
CMYK
32, 96, 0, 1
Luminance
0.1595
Every format
| HEX | #ab09fd |
| RGB | rgb(171, 9, 253) |
| HSL | hsl(280, 98%, 51%) |
| CMYK | cmyk(32%, 96%, 0%, 1%) |
| LAB | lab(46.9 85.9 -82.1) |
| LCH | lch(46.9 118.8 316.3) |
| OKLCH | oklch(0.583 0.295 307.6) |
Copy-ready code
/* CSS */
color: #ab09fd;
background-color: #ab09fd;
/* Tailwind (arbitrary) */
class="text-[#ab09fd] bg-[#ab09fd]"
/* SCSS */
$brand: #ab09fd;
/* SwiftUI */
Color(red: 0.671, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#ab09fd")Accessibility — WCAG contrast
Aa
#ab09fd on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab09fd on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green3.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ab09fd text on a black background
contrast 4.19:1
Card sample
#ab09fd text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab09fd;
Background color
Panel with #ab09fd background
background-color: #ab09fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab09fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab09fd; background: linear-gradient(135deg, #ab09fd, #FD09AD);