#ac85ff
a light, electric violet · warm · closest name: slateblue
RGB
172, 133, 255
HSL
259°, 100%, 76%
CMYK
33, 48, 0, 0
Luminance
0.3277
Every format
| HEX | #ac85ff |
| RGB | rgb(172, 133, 255) |
| HSL | hsl(259, 100%, 76%) |
| CMYK | cmyk(33%, 48%, 0%, 0%) |
| LAB | lab(64.0 40.5 -55.6) |
| LCH | lch(64.0 68.8 306.0) |
| OKLCH | oklch(0.706 0.175 296.4) |
Copy-ready code
/* CSS */
color: #ac85ff;
background-color: #ac85ff;
/* Tailwind (arbitrary) */
class="text-[#ac85ff] bg-[#ac85ff]"
/* SCSS */
$brand: #ac85ff;
/* SwiftUI */
Color(red: 0.675, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#ac85ff")Accessibility — WCAG contrast
Aa
#ac85ff on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac85ff on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.2%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ac85ff text on a black background
contrast 7.55:1
Card sample
#ac85ff text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac85ff;
Background color
Panel with #ac85ff background
background-color: #ac85ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac85ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac85ff; background: linear-gradient(135deg, #ac85ff, #FD85FF);