#ac69fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 105, 253
HSL
267°, 97%, 70%
CMYK
32, 59, 0, 1
Luminance
0.2597
Every format
| HEX | #ac69fd |
| RGB | rgb(172, 105, 253) |
| HSL | hsl(267, 97%, 70%) |
| CMYK | cmyk(32%, 59%, 0%, 1%) |
| LAB | lab(58.0 55.0 -64.1) |
| LCH | lch(58.0 84.5 310.7) |
| OKLCH | oklch(0.661 0.213 301.7) |
Copy-ready code
/* CSS */
color: #ac69fd;
background-color: #ac69fd;
/* Tailwind (arbitrary) */
class="text-[#ac69fd] bg-[#ac69fd]"
/* SCSS */
$brand: #ac69fd;
/* SwiftUI */
Color(red: 0.675, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#ac69fd")Accessibility — WCAG contrast
Aa
#ac69fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac69fd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green41.2%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ac69fd text on a black background
contrast 6.19:1
Card sample
#ac69fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac69fd;
Background color
Panel with #ac69fd background
background-color: #ac69fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac69fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac69fd; background: linear-gradient(135deg, #ac69fd, #FD69EB);