#ac33df
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 51, 223
HSL
282°, 73%, 54%
CMYK
23, 77, 0, 13
Luminance
0.1647
Every format
| HEX | #ac33df |
| RGB | rgb(172, 51, 223) |
| HSL | hsl(282, 73%, 54%) |
| CMYK | cmyk(23%, 77%, 0%, 13%) |
| LAB | lab(47.6 72.0 -64.1) |
| LCH | lch(47.6 96.4 318.3) |
| OKLCH | oklch(0.581 0.249 313.2) |
Copy-ready code
/* CSS */
color: #ac33df;
background-color: #ac33df;
/* Tailwind (arbitrary) */
class="text-[#ac33df] bg-[#ac33df]"
/* SCSS */
$brand: #ac33df;
/* SwiftUI */
Color(red: 0.675, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#ac33df")Accessibility — WCAG contrast
Aa
#ac33df on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac33df on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green20.0%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ac33df text on a black background
contrast 4.29:1
Card sample
#ac33df text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac33df;
Background color
Panel with #ac33df background
background-color: #ac33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac33df; background: linear-gradient(135deg, #ac33df, #DF339F);