#ac4da2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 77, 162
HSL
306°, 38%, 49%
CMYK
0, 55, 6, 33
Luminance
0.1669
Every format
| HEX | #ac4da2 |
| RGB | rgb(172, 77, 162) |
| HSL | hsl(306, 38%, 49%) |
| CMYK | cmyk(0%, 55%, 6%, 33%) |
| LAB | lab(47.9 50.1 -28.2) |
| LCH | lch(47.9 57.5 330.6) |
| OKLCH | oklch(0.571 0.162 331.7) |
Copy-ready code
/* CSS */
color: #ac4da2;
background-color: #ac4da2;
/* Tailwind (arbitrary) */
class="text-[#ac4da2] bg-[#ac4da2]"
/* SCSS */
$brand: #ac4da2;
/* SwiftUI */
Color(red: 0.675, green: 0.302, blue: 0.635)
/* Android */
Color.parseColor("#ac4da2")Accessibility — WCAG contrast
Aa
#ac4da2 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4da2 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green30.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow5.8%
Key (black)32.5%
Color previews
#ac4da2 text on a black background
contrast 4.34:1
Card sample
#ac4da2 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4da2;
Background color
Panel with #ac4da2 background
background-color: #ac4da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 77, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 77, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4da2; background: linear-gradient(135deg, #ac4da2, #AC4D63);