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