#ac8eee
a light, vivid violet · warm · closest name: plum
RGB
172, 142, 238
HSL
259°, 74%, 75%
CMYK
28, 40, 0, 7
Luminance
0.3429
Every format
| HEX | #ac8eee |
| RGB | rgb(172, 142, 238) |
| HSL | hsl(259, 74%, 75%) |
| CMYK | cmyk(28%, 40%, 0%, 7%) |
| LAB | lab(65.2 31.2 -44.4) |
| LCH | lch(65.2 54.3 305.1) |
| OKLCH | oklch(0.712 0.139 297.1) |
Copy-ready code
/* CSS */
color: #ac8eee;
background-color: #ac8eee;
/* Tailwind (arbitrary) */
class="text-[#ac8eee] bg-[#ac8eee]"
/* SCSS */
$brand: #ac8eee;
/* SwiftUI */
Color(red: 0.675, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#ac8eee")Accessibility — WCAG contrast
Aa
#ac8eee on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8eee on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.7%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ac8eee text on a black background
contrast 7.86:1
Card sample
#ac8eee text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8eee;
Background color
Panel with #ac8eee background
background-color: #ac8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8eee; background: linear-gradient(135deg, #ac8eee, #EC8EEE);