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