#ac91df
a light, vivid violet · warm · closest name: plum
RGB
172, 145, 223
HSL
261°, 55%, 72%
CMYK
23, 35, 0, 13
Luminance
0.3435
Every format
| HEX | #ac91df |
| RGB | rgb(172, 145, 223) |
| HSL | hsl(261, 55%, 72%) |
| CMYK | cmyk(23%, 35%, 0%, 13%) |
| LAB | lab(65.2 25.9 -36.0) |
| LCH | lch(65.2 44.4 305.8) |
| OKLCH | oklch(0.711 0.115 299.4) |
Copy-ready code
/* CSS */
color: #ac91df;
background-color: #ac91df;
/* Tailwind (arbitrary) */
class="text-[#ac91df] bg-[#ac91df]"
/* SCSS */
$brand: #ac91df;
/* SwiftUI */
Color(red: 0.675, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#ac91df")Accessibility — WCAG contrast
Aa
#ac91df on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac91df on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.9%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ac91df text on a black background
contrast 7.87:1
Card sample
#ac91df text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac91df;
Background color
Panel with #ac91df background
background-color: #ac91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac91df; background: linear-gradient(135deg, #ac91df, #DF91DE);