#ac5fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 95, 216
HSL
278°, 61%, 61%
CMYK
20, 56, 0, 15
Luminance
0.2191
Every format
| HEX | #ac5fd8 |
| RGB | rgb(172, 95, 216) |
| HSL | hsl(278, 61%, 61%) |
| CMYK | cmyk(20%, 56%, 0%, 15%) |
| LAB | lab(53.9 51.7 -49.9) |
| LCH | lch(53.9 71.9 316.0) |
| OKLCH | oklch(0.625 0.187 311.5) |
Copy-ready code
/* CSS */
color: #ac5fd8;
background-color: #ac5fd8;
/* Tailwind (arbitrary) */
class="text-[#ac5fd8] bg-[#ac5fd8]"
/* SCSS */
$brand: #ac5fd8;
/* SwiftUI */
Color(red: 0.675, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#ac5fd8")Accessibility — WCAG contrast
Aa
#ac5fd8 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5fd8 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green37.3%
Blue84.7%
CMYK percentages
Cyan20.4%
Magenta56.0%
Yellow0.0%
Key (black)15.3%
Color previews
#ac5fd8 text on a black background
contrast 5.38:1
Card sample
#ac5fd8 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5fd8;
Background color
Panel with #ac5fd8 background
background-color: #ac5fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5fd8; background: linear-gradient(135deg, #ac5fd8, #D85FB3);