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