#ac64af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 100, 175
HSL
298°, 32%, 54%
CMYK
2, 43, 0, 31
Luminance
0.2098
Every format
| HEX | #ac64af |
| RGB | rgb(172, 100, 175) |
| HSL | hsl(298, 32%, 54%) |
| CMYK | cmyk(2%, 43%, 0%, 31%) |
| LAB | lab(52.9 40.7 -27.9) |
| LCH | lch(52.9 49.4 325.5) |
| OKLCH | oklch(0.611 0.136 325.6) |
Copy-ready code
/* CSS */
color: #ac64af;
background-color: #ac64af;
/* Tailwind (arbitrary) */
class="text-[#ac64af] bg-[#ac64af]"
/* SCSS */
$brand: #ac64af;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#ac64af")Accessibility — WCAG contrast
Aa
#ac64af on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac64af on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ac64af text on a black background
contrast 5.20:1
Card sample
#ac64af text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac64af;
Background color
Panel with #ac64af background
background-color: #ac64af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac64af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac64af; background: linear-gradient(135deg, #ac64af, #AF6480);