#ac3ceb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 60, 235
HSL
278°, 81%, 58%
CMYK
27, 75, 0, 8
Luminance
0.1800
Every format
| HEX | #ac3ceb |
| RGB | rgb(172, 60, 235) |
| HSL | hsl(278, 81%, 58%) |
| CMYK | cmyk(27%, 75%, 0%, 8%) |
| LAB | lab(49.5 71.3 -67.8) |
| LCH | lch(49.5 98.4 316.5) |
| OKLCH | oklch(0.597 0.251 309.9) |
Copy-ready code
/* CSS */
color: #ac3ceb;
background-color: #ac3ceb;
/* Tailwind (arbitrary) */
class="text-[#ac3ceb] bg-[#ac3ceb]"
/* SCSS */
$brand: #ac3ceb;
/* SwiftUI */
Color(red: 0.675, green: 0.235, blue: 0.922)
/* Android */
Color.parseColor("#ac3ceb")Accessibility — WCAG contrast
Aa
#ac3ceb on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3ceb on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green23.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta74.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ac3ceb text on a black background
contrast 4.60:1
Card sample
#ac3ceb text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3ceb;
Background color
Panel with #ac3ceb background
background-color: #ac3ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 60, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 60, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3ceb; background: linear-gradient(135deg, #ac3ceb, #EB3CB5);