#ac6dec
a light, electric violet · warm · closest name: slateblue
RGB
172, 109, 236
HSL
270°, 77%, 68%
CMYK
27, 54, 0, 8
Luminance
0.2576
Every format
| HEX | #ac6dec |
| RGB | rgb(172, 109, 236) |
| HSL | hsl(270, 77%, 68%) |
| CMYK | cmyk(27%, 54%, 0%, 8%) |
| LAB | lab(57.8 49.0 -54.9) |
| LCH | lch(57.8 73.6 311.7) |
| OKLCH | oklch(0.657 0.188 304.7) |
Copy-ready code
/* CSS */
color: #ac6dec;
background-color: #ac6dec;
/* Tailwind (arbitrary) */
class="text-[#ac6dec] bg-[#ac6dec]"
/* SCSS */
$brand: #ac6dec;
/* SwiftUI */
Color(red: 0.675, green: 0.427, blue: 0.925)
/* Android */
Color.parseColor("#ac6dec")Accessibility — WCAG contrast
Aa
#ac6dec on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6dec on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.7%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta53.8%
Yellow0.0%
Key (black)7.5%
Color previews
#ac6dec text on a black background
contrast 6.15:1
Card sample
#ac6dec text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6dec;
Background color
Panel with #ac6dec background
background-color: #ac6dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 109, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 109, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6dec; background: linear-gradient(135deg, #ac6dec, #EC6DD7);