#ac44af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 68, 175
HSL
298°, 44%, 48%
CMYK
2, 61, 0, 31
Luminance
0.1600
Every format
| HEX | #ac44af |
| RGB | rgb(172, 68, 175) |
| HSL | hsl(298, 44%, 48%) |
| CMYK | cmyk(2%, 61%, 0%, 31%) |
| LAB | lab(47.0 56.5 -37.3) |
| LCH | lch(47.0 67.7 326.6) |
| OKLCH | oklch(0.567 0.187 326.6) |
Copy-ready code
/* CSS */
color: #ac44af;
background-color: #ac44af;
/* Tailwind (arbitrary) */
class="text-[#ac44af] bg-[#ac44af]"
/* SCSS */
$brand: #ac44af;
/* SwiftUI */
Color(red: 0.675, green: 0.267, blue: 0.686)
/* Android */
Color.parseColor("#ac44af")Accessibility — WCAG contrast
Aa
#ac44af on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac44af on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green26.7%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta61.1%
Yellow0.0%
Key (black)31.4%
Color previews
#ac44af text on a black background
contrast 4.20:1
Card sample
#ac44af text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac44af;
Background color
Panel with #ac44af background
background-color: #ac44af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac44af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 68, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 68, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac44af; background: linear-gradient(135deg, #ac44af, #AF446B);