#ac3df8
a balanced, electric violet · warm · closest name: magenta
RGB
172, 61, 248
HSL
276°, 93%, 61%
CMYK
31, 75, 0, 3
Luminance
0.1889
Every format
| HEX | #ac3df8 |
| RGB | rgb(172, 61, 248) |
| HSL | hsl(276, 93%, 61%) |
| CMYK | cmyk(31%, 75%, 0%, 3%) |
| LAB | lab(50.5 73.6 -73.3) |
| LCH | lch(50.5 103.9 315.1) |
| OKLCH | oklch(0.607 0.261 307.0) |
Copy-ready code
/* CSS */
color: #ac3df8;
background-color: #ac3df8;
/* Tailwind (arbitrary) */
class="text-[#ac3df8] bg-[#ac3df8]"
/* SCSS */
$brand: #ac3df8;
/* SwiftUI */
Color(red: 0.675, green: 0.239, blue: 0.973)
/* Android */
Color.parseColor("#ac3df8")Accessibility — WCAG contrast
Aa
#ac3df8 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac3df8 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green23.9%
Blue97.3%
CMYK percentages
Cyan30.6%
Magenta75.4%
Yellow0.0%
Key (black)2.7%
Color previews
#ac3df8 text on a black background
contrast 4.78:1
Card sample
#ac3df8 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3df8;
Background color
Panel with #ac3df8 background
background-color: #ac3df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 61, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 61, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3df8; background: linear-gradient(135deg, #ac3df8, #F83DC7);