#ac4df6
a balanced, electric violet · warm · closest name: magenta
RGB
172, 77, 246
HSL
274°, 90%, 63%
CMYK
30, 69, 0, 4
Luminance
0.2073
Every format
| HEX | #ac4df6 |
| RGB | rgb(172, 77, 246) |
| HSL | hsl(274, 90%, 63%) |
| CMYK | cmyk(30%, 69%, 0%, 4%) |
| LAB | lab(52.7 66.8 -68.8) |
| LCH | lch(52.7 95.9 314.2) |
| OKLCH | oklch(0.621 0.242 306.2) |
Copy-ready code
/* CSS */
color: #ac4df6;
background-color: #ac4df6;
/* Tailwind (arbitrary) */
class="text-[#ac4df6] bg-[#ac4df6]"
/* SCSS */
$brand: #ac4df6;
/* SwiftUI */
Color(red: 0.675, green: 0.302, blue: 0.965)
/* Android */
Color.parseColor("#ac4df6")Accessibility — WCAG contrast
Aa
#ac4df6 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac4df6 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green30.2%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta68.7%
Yellow0.0%
Key (black)3.5%
Color previews
#ac4df6 text on a black background
contrast 5.15:1
Card sample
#ac4df6 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4df6;
Background color
Panel with #ac4df6 background
background-color: #ac4df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 77, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 77, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4df6; background: linear-gradient(135deg, #ac4df6, #F64DCF);