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