#ad3cbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
173, 60, 191
HSL
292°, 52%, 49%
CMYK
9, 69, 0, 25
Luminance
0.1588
Every format
| HEX | #ad3cbf |
| RGB | rgb(173, 60, 191) |
| HSL | hsl(292, 52%, 49%) |
| CMYK | cmyk(9%, 69%, 0%, 25%) |
| LAB | lab(46.8 62.9 -46.9) |
| LCH | lch(46.8 78.5 323.3) |
| OKLCH | oklch(0.569 0.212 321.9) |
Copy-ready code
/* CSS */
color: #ad3cbf;
background-color: #ad3cbf;
/* Tailwind (arbitrary) */
class="text-[#ad3cbf] bg-[#ad3cbf]"
/* SCSS */
$brand: #ad3cbf;
/* SwiftUI */
Color(red: 0.678, green: 0.235, blue: 0.749)
/* Android */
Color.parseColor("#ad3cbf")Accessibility — WCAG contrast
Aa
#ad3cbf on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad3cbf on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green23.5%
Blue74.9%
CMYK percentages
Cyan9.4%
Magenta68.6%
Yellow0.0%
Key (black)25.1%
Color previews
#ad3cbf text on a black background
contrast 4.18:1
Card sample
#ad3cbf text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3cbf;
Background color
Panel with #ad3cbf background
background-color: #ad3cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 60, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 60, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3cbf; background: linear-gradient(135deg, #ad3cbf, #BF3C7A);