#ac74eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 116, 235
HSL
268°, 75%, 69%
CMYK
27, 51, 0, 8
Luminance
0.2726
Every format
| HEX | #ac74eb |
| RGB | rgb(172, 116, 235) |
| HSL | hsl(268, 75%, 69%) |
| CMYK | cmyk(27%, 51%, 0%, 8%) |
| LAB | lab(59.2 45.0 -52.2) |
| LCH | lch(59.2 68.9 310.8) |
| OKLCH | oklch(0.667 0.176 303.7) |
Copy-ready code
/* CSS */
color: #ac74eb;
background-color: #ac74eb;
/* Tailwind (arbitrary) */
class="text-[#ac74eb] bg-[#ac74eb]"
/* SCSS */
$brand: #ac74eb;
/* SwiftUI */
Color(red: 0.675, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#ac74eb")Accessibility — WCAG contrast
Aa
#ac74eb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac74eb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ac74eb text on a black background
contrast 6.45:1
Card sample
#ac74eb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac74eb;
Background color
Panel with #ac74eb background
background-color: #ac74eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac74eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac74eb; background: linear-gradient(135deg, #ac74eb, #EB74DB);