#ac6fff
a light, electric violet · warm · closest name: slateblue
RGB
172, 111, 255
HSL
265°, 100%, 72%
CMYK
33, 57, 0, 0
Luminance
0.2736
Every format
| HEX | #ac6fff |
| RGB | rgb(172, 111, 255) |
| HSL | hsl(265, 100%, 72%) |
| CMYK | cmyk(33%, 57%, 0%, 0%) |
| LAB | lab(59.3 52.4 -63.1) |
| LCH | lch(59.3 82.0 309.7) |
| OKLCH | oklch(0.671 0.207 300.5) |
Copy-ready code
/* CSS */
color: #ac6fff;
background-color: #ac6fff;
/* Tailwind (arbitrary) */
class="text-[#ac6fff] bg-[#ac6fff]"
/* SCSS */
$brand: #ac6fff;
/* SwiftUI */
Color(red: 0.675, green: 0.435, blue: 1.000)
/* Android */
Color.parseColor("#ac6fff")Accessibility — WCAG contrast
Aa
#ac6fff on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6fff on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.5%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta56.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ac6fff text on a black background
contrast 6.47:1
Card sample
#ac6fff text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6fff;
Background color
Panel with #ac6fff background
background-color: #ac6fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 111, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 111, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6fff; background: linear-gradient(135deg, #ac6fff, #FF6FF2);