#ac5bdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 91, 223
HSL
277°, 67%, 62%
CMYK
23, 59, 0, 13
Luminance
0.2158
Every format
| HEX | #ac5bdf |
| RGB | rgb(172, 91, 223) |
| HSL | hsl(277, 67%, 62%) |
| CMYK | cmyk(23%, 59%, 0%, 13%) |
| LAB | lab(53.6 55.3 -54.4) |
| LCH | lch(53.6 77.6 315.4) |
| OKLCH | oklch(0.624 0.200 310.1) |
Copy-ready code
/* CSS */
color: #ac5bdf;
background-color: #ac5bdf;
/* Tailwind (arbitrary) */
class="text-[#ac5bdf] bg-[#ac5bdf]"
/* SCSS */
$brand: #ac5bdf;
/* SwiftUI */
Color(red: 0.675, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#ac5bdf")Accessibility — WCAG contrast
Aa
#ac5bdf on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5bdf on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green35.7%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ac5bdf text on a black background
contrast 5.32:1
Card sample
#ac5bdf text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5bdf;
Background color
Panel with #ac5bdf background
background-color: #ac5bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5bdf; background: linear-gradient(135deg, #ac5bdf, #DF5BBA);