#ac8fff
a light, electric violet · warm · closest name: slateblue
RGB
172, 143, 255
HSL
256°, 100%, 78%
CMYK
33, 44, 0, 0
Luminance
0.3564
Every format
| HEX | #ac8fff |
| RGB | rgb(172, 143, 255) |
| HSL | hsl(256, 100%, 78%) |
| CMYK | cmyk(33%, 44%, 0%, 0%) |
| LAB | lab(66.2 34.9 -52.0) |
| LCH | lch(66.2 62.6 303.8) |
| OKLCH | oklch(0.723 0.160 293.9) |
Copy-ready code
/* CSS */
color: #ac8fff;
background-color: #ac8fff;
/* Tailwind (arbitrary) */
class="text-[#ac8fff] bg-[#ac8fff]"
/* SCSS */
$brand: #ac8fff;
/* SwiftUI */
Color(red: 0.675, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#ac8fff")Accessibility — WCAG contrast
Aa
#ac8fff on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8fff on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.1%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ac8fff text on a black background
contrast 8.13:1
Card sample
#ac8fff text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8fff;
Background color
Panel with #ac8fff background
background-color: #ac8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8fff; background: linear-gradient(135deg, #ac8fff, #F78FFF);