#ac5ccf
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 92, 207
HSL
282°, 55%, 59%
CMYK
17, 56, 0, 19
Luminance
0.2093
Every format
| HEX | #ac5ccf |
| RGB | rgb(172, 92, 207) |
| HSL | hsl(282, 55%, 59%) |
| CMYK | cmyk(17%, 56%, 0%, 19%) |
| LAB | lab(52.9 51.3 -46.5) |
| LCH | lch(52.9 69.2 317.9) |
| OKLCH | oklch(0.615 0.182 314.4) |
Copy-ready code
/* CSS */
color: #ac5ccf;
background-color: #ac5ccf;
/* Tailwind (arbitrary) */
class="text-[#ac5ccf] bg-[#ac5ccf]"
/* SCSS */
$brand: #ac5ccf;
/* SwiftUI */
Color(red: 0.675, green: 0.361, blue: 0.812)
/* Android */
Color.parseColor("#ac5ccf")Accessibility — WCAG contrast
Aa
#ac5ccf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5ccf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green36.1%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta55.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ac5ccf text on a black background
contrast 5.19:1
Card sample
#ac5ccf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5ccf;
Background color
Panel with #ac5ccf background
background-color: #ac5ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 92, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 92, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5ccf; background: linear-gradient(135deg, #ac5ccf, #CF5CA5);