#ac44fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 68, 253
HSL
274°, 98%, 63%
CMYK
32, 73, 0, 1
Luminance
0.2000
Every format
| HEX | #ac44fd |
| RGB | rgb(172, 68, 253) |
| HSL | hsl(274, 98%, 63%) |
| CMYK | cmyk(32%, 73%, 0%, 1%) |
| LAB | lab(51.8 72.1 -74.0) |
| LCH | lch(51.8 103.3 314.2) |
| OKLCH | oklch(0.617 0.259 305.5) |
Copy-ready code
/* CSS */
color: #ac44fd;
background-color: #ac44fd;
/* Tailwind (arbitrary) */
class="text-[#ac44fd] bg-[#ac44fd]"
/* SCSS */
$brand: #ac44fd;
/* SwiftUI */
Color(red: 0.675, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#ac44fd")Accessibility — WCAG contrast
Aa
#ac44fd on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac44fd on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green26.7%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ac44fd text on a black background
contrast 5.00:1
Card sample
#ac44fd text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac44fd;
Background color
Panel with #ac44fd background
background-color: #ac44fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac44fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac44fd; background: linear-gradient(135deg, #ac44fd, #FD44D3);