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