#ad3eb9
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
173, 62, 185
HSL
294°, 50%, 48%
CMYK
7, 67, 0, 28
Luminance
0.1583
Every format
| HEX | #ad3eb9 |
| RGB | rgb(173, 62, 185) |
| HSL | hsl(294, 50%, 48%) |
| CMYK | cmyk(7%, 67%, 0%, 28%) |
| LAB | lab(46.8 61.0 -43.5) |
| LCH | lch(46.8 74.9 324.5) |
| OKLCH | oklch(0.567 0.204 323.7) |
Copy-ready code
/* CSS */
color: #ad3eb9;
background-color: #ad3eb9;
/* Tailwind (arbitrary) */
class="text-[#ad3eb9] bg-[#ad3eb9]"
/* SCSS */
$brand: #ad3eb9;
/* SwiftUI */
Color(red: 0.678, green: 0.243, blue: 0.725)
/* Android */
Color.parseColor("#ad3eb9")Accessibility — WCAG contrast
Aa
#ad3eb9 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad3eb9 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green24.3%
Blue72.5%
CMYK percentages
Cyan6.5%
Magenta66.5%
Yellow0.0%
Key (black)27.5%
Color previews
#ad3eb9 text on a black background
contrast 4.17:1
Card sample
#ad3eb9 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3eb9;
Background color
Panel with #ad3eb9 background
background-color: #ad3eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 62, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 62, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3eb9; background: linear-gradient(135deg, #ad3eb9, #B93E73);