#ac94eb
a light, vivid violet · warm · closest name: plum
RGB
172, 148, 235
HSL
257°, 69%, 75%
CMYK
27, 37, 0, 8
Luminance
0.3595
Every format
| HEX | #ac94eb |
| RGB | rgb(172, 148, 235) |
| HSL | hsl(257, 69%, 75%) |
| CMYK | cmyk(27%, 37%, 0%, 8%) |
| LAB | lab(66.5 27.1 -40.7) |
| LCH | lch(66.5 48.9 303.7) |
| OKLCH | oklch(0.722 0.126 295.8) |
Copy-ready code
/* CSS */
color: #ac94eb;
background-color: #ac94eb;
/* Tailwind (arbitrary) */
class="text-[#ac94eb] bg-[#ac94eb]"
/* SCSS */
$brand: #ac94eb;
/* SwiftUI */
Color(red: 0.675, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#ac94eb")Accessibility — WCAG contrast
Aa
#ac94eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac94eb on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green58.0%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ac94eb text on a black background
contrast 8.19:1
Card sample
#ac94eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac94eb;
Background color
Panel with #ac94eb background
background-color: #ac94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac94eb; background: linear-gradient(135deg, #ac94eb, #E694EB);