#ac71eb
a light, electric violet · warm · closest name: slateblue
RGB
172, 113, 235
HSL
269°, 75%, 68%
CMYK
27, 52, 0, 8
Luminance
0.2658
Every format
| HEX | #ac71eb |
| RGB | rgb(172, 113, 235) |
| HSL | hsl(269, 75%, 68%) |
| CMYK | cmyk(27%, 52%, 0%, 8%) |
| LAB | lab(58.6 46.6 -53.2) |
| LCH | lch(58.6 70.7 311.2) |
| OKLCH | oklch(0.662 0.181 304.2) |
Copy-ready code
/* CSS */
color: #ac71eb;
background-color: #ac71eb;
/* Tailwind (arbitrary) */
class="text-[#ac71eb] bg-[#ac71eb]"
/* SCSS */
$brand: #ac71eb;
/* SwiftUI */
Color(red: 0.675, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#ac71eb")Accessibility — WCAG contrast
Aa
#ac71eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac71eb on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green44.3%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ac71eb text on a black background
contrast 6.32:1
Card sample
#ac71eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac71eb;
Background color
Panel with #ac71eb background
background-color: #ac71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac71eb; background: linear-gradient(135deg, #ac71eb, #EB71D9);