#ac5fd2
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 95, 210
HSL
280°, 56%, 60%
CMYK
18, 55, 0, 18
Luminance
0.2161
Every format
| HEX | #ac5fd2 |
| RGB | rgb(172, 95, 210) |
| HSL | hsl(280, 56%, 60%) |
| CMYK | cmyk(18%, 55%, 0%, 18%) |
| LAB | lab(53.6 50.4 -47.0) |
| LCH | lch(53.6 68.9 317.0) |
| OKLCH | oklch(0.621 0.180 313.2) |
Copy-ready code
/* CSS */
color: #ac5fd2;
background-color: #ac5fd2;
/* Tailwind (arbitrary) */
class="text-[#ac5fd2] bg-[#ac5fd2]"
/* SCSS */
$brand: #ac5fd2;
/* SwiftUI */
Color(red: 0.675, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#ac5fd2")Accessibility — WCAG contrast
Aa
#ac5fd2 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5fd2 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green37.3%
Blue82.4%
CMYK percentages
Cyan18.1%
Magenta54.8%
Yellow0.0%
Key (black)17.6%
Color previews
#ac5fd2 text on a black background
contrast 5.32:1
Card sample
#ac5fd2 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5fd2;
Background color
Panel with #ac5fd2 background
background-color: #ac5fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5fd2; background: linear-gradient(135deg, #ac5fd2, #D25FAB);