#ac85fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 133, 253
HSL
260°, 97%, 76%
CMYK
32, 47, 0, 1
Luminance
0.3264
Every format
| HEX | #ac85fd |
| RGB | rgb(172, 133, 253) |
| HSL | hsl(260, 97%, 76%) |
| CMYK | cmyk(32%, 47%, 0%, 1%) |
| LAB | lab(63.9 40.0 -54.7) |
| LCH | lch(63.9 67.7 306.1) |
| OKLCH | oklch(0.705 0.172 296.7) |
Copy-ready code
/* CSS */
color: #ac85fd;
background-color: #ac85fd;
/* Tailwind (arbitrary) */
class="text-[#ac85fd] bg-[#ac85fd]"
/* SCSS */
$brand: #ac85fd;
/* SwiftUI */
Color(red: 0.675, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#ac85fd")Accessibility — WCAG contrast
Aa
#ac85fd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac85fd on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.2%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta47.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ac85fd text on a black background
contrast 7.53:1
Card sample
#ac85fd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac85fd;
Background color
Panel with #ac85fd background
background-color: #ac85fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac85fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac85fd; background: linear-gradient(135deg, #ac85fd, #FC85FD);