#ac69eb
a light, electric violet · warm · closest name: slateblue
RGB
172, 105, 235
HSL
271°, 77%, 67%
CMYK
27, 55, 0, 8
Luminance
0.2487
Every format
| HEX | #ac69eb |
| RGB | rgb(172, 105, 235) |
| HSL | hsl(271, 77%, 67%) |
| CMYK | cmyk(27%, 55%, 0%, 8%) |
| LAB | lab(57.0 50.8 -55.8) |
| LCH | lch(57.0 75.5 312.4) |
| OKLCH | oklch(0.650 0.193 305.5) |
Copy-ready code
/* CSS */
color: #ac69eb;
background-color: #ac69eb;
/* Tailwind (arbitrary) */
class="text-[#ac69eb] bg-[#ac69eb]"
/* SCSS */
$brand: #ac69eb;
/* SwiftUI */
Color(red: 0.675, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#ac69eb")Accessibility — WCAG contrast
Aa
#ac69eb on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac69eb on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green41.2%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ac69eb text on a black background
contrast 5.97:1
Card sample
#ac69eb text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac69eb;
Background color
Panel with #ac69eb background
background-color: #ac69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac69eb; background: linear-gradient(135deg, #ac69eb, #EB69D3);