#ac64c0
a balanced, soft violet · warm · closest name: orchid
RGB
172, 100, 192
HSL
287°, 42%, 57%
CMYK
10, 48, 0, 25
Luminance
0.2169
Every format
| HEX | #ac64c0 |
| RGB | rgb(172, 100, 192) |
| HSL | hsl(287, 42%, 57%) |
| CMYK | cmyk(10%, 48%, 0%, 25%) |
| LAB | lab(53.7 44.1 -36.6) |
| LCH | lch(53.7 57.3 320.3) |
| OKLCH | oklch(0.619 0.153 318.6) |
Copy-ready code
/* CSS */
color: #ac64c0;
background-color: #ac64c0;
/* Tailwind (arbitrary) */
class="text-[#ac64c0] bg-[#ac64c0]"
/* SCSS */
$brand: #ac64c0;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.753)
/* Android */
Color.parseColor("#ac64c0")Accessibility — WCAG contrast
Aa
#ac64c0 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac64c0 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue75.3%
CMYK percentages
Cyan10.4%
Magenta47.9%
Yellow0.0%
Key (black)24.7%
Color previews
#ac64c0 text on a black background
contrast 5.34:1
Card sample
#ac64c0 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac64c0;
Background color
Panel with #ac64c0 background
background-color: #ac64c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac64c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac64c0; background: linear-gradient(135deg, #ac64c0, #C06497);