#ac44df
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 68, 223
HSL
280°, 71%, 57%
CMYK
23, 70, 0, 13
Luminance
0.1823
Every format
| HEX | #ac44df |
| RGB | rgb(172, 68, 223) |
| HSL | hsl(280, 71%, 57%) |
| CMYK | cmyk(23%, 70%, 0%, 13%) |
| LAB | lab(49.8 65.7 -60.5) |
| LCH | lch(49.8 89.4 317.4) |
| OKLCH | oklch(0.596 0.231 312.2) |
Copy-ready code
/* CSS */
color: #ac44df;
background-color: #ac44df;
/* Tailwind (arbitrary) */
class="text-[#ac44df] bg-[#ac44df]"
/* SCSS */
$brand: #ac44df;
/* SwiftUI */
Color(red: 0.675, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#ac44df")Accessibility — WCAG contrast
Aa
#ac44df on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac44df on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green26.7%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta69.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ac44df text on a black background
contrast 4.65:1
Card sample
#ac44df text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac44df;
Background color
Panel with #ac44df background
background-color: #ac44df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac44df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac44df; background: linear-gradient(135deg, #ac44df, #DF44AB);