#ac4dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
172, 77, 191
HSL
290°, 47%, 53%
CMYK
10, 60, 0, 25
Luminance
0.1784
Every format
| HEX | #ac4dbf |
| RGB | rgb(172, 77, 191) |
| HSL | hsl(290, 47%, 53%) |
| CMYK | cmyk(10%, 60%, 0%, 25%) |
| LAB | lab(49.3 55.4 -42.9) |
| LCH | lch(49.3 70.1 322.2) |
| OKLCH | oklch(0.587 0.189 320.7) |
Copy-ready code
/* CSS */
color: #ac4dbf;
background-color: #ac4dbf;
/* Tailwind (arbitrary) */
class="text-[#ac4dbf] bg-[#ac4dbf]"
/* SCSS */
$brand: #ac4dbf;
/* SwiftUI */
Color(red: 0.675, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#ac4dbf")Accessibility — WCAG contrast
Aa
#ac4dbf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4dbf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green30.2%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta59.7%
Yellow0.0%
Key (black)25.1%
Color previews
#ac4dbf text on a black background
contrast 4.57:1
Card sample
#ac4dbf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4dbf;
Background color
Panel with #ac4dbf background
background-color: #ac4dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4dbf; background: linear-gradient(135deg, #ac4dbf, #BF4D86);