#ac67fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 103, 253
HSL
268°, 97%, 70%
CMYK
32, 59, 0, 1
Luminance
0.2556
Every format
| HEX | #ac67fd |
| RGB | rgb(172, 103, 253) |
| HSL | hsl(268, 97%, 70%) |
| CMYK | cmyk(32%, 59%, 0%, 1%) |
| LAB | lab(57.6 56.1 -64.7) |
| LCH | lch(57.6 85.6 310.9) |
| OKLCH | oklch(0.659 0.216 302.0) |
Copy-ready code
/* CSS */
color: #ac67fd;
background-color: #ac67fd;
/* Tailwind (arbitrary) */
class="text-[#ac67fd] bg-[#ac67fd]"
/* SCSS */
$brand: #ac67fd;
/* SwiftUI */
Color(red: 0.675, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#ac67fd")Accessibility — WCAG contrast
Aa
#ac67fd on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac67fd on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green40.4%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ac67fd text on a black background
contrast 6.11:1
Card sample
#ac67fd text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac67fd;
Background color
Panel with #ac67fd background
background-color: #ac67fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac67fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac67fd; background: linear-gradient(135deg, #ac67fd, #FD67EA);