#ac0ceb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 12, 235
HSL
283°, 90%, 48%
CMYK
27, 95, 0, 8
Luminance
0.1503
Every format
| HEX | #ac0ceb |
| RGB | rgb(172, 12, 235) |
| HSL | hsl(283, 90%, 48%) |
| CMYK | cmyk(27%, 95%, 0%, 8%) |
| LAB | lab(45.7 82.5 -74.0) |
| LCH | lch(45.7 110.8 318.1) |
| OKLCH | oklch(0.570 0.281 311.7) |
Copy-ready code
/* CSS */
color: #ac0ceb;
background-color: #ac0ceb;
/* Tailwind (arbitrary) */
class="text-[#ac0ceb] bg-[#ac0ceb]"
/* SCSS */
$brand: #ac0ceb;
/* SwiftUI */
Color(red: 0.675, green: 0.047, blue: 0.922)
/* Android */
Color.parseColor("#ac0ceb")Accessibility — WCAG contrast
Aa
#ac0ceb on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0ceb on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green4.7%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta94.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ac0ceb text on a black background
contrast 4.01:1
Card sample
#ac0ceb text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0ceb;
Background color
Panel with #ac0ceb background
background-color: #ac0ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 12, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 12, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0ceb; background: linear-gradient(135deg, #ac0ceb, #EB0C95);