#ad3eb5
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
173, 62, 181
HSL
296°, 49%, 48%
CMYK
4, 66, 0, 29
Luminance
0.1567
Every format
| HEX | #ad3eb5 |
| RGB | rgb(173, 62, 181) |
| HSL | hsl(296, 49%, 48%) |
| CMYK | cmyk(4%, 66%, 0%, 29%) |
| LAB | lab(46.5 60.3 -41.5) |
| LCH | lch(46.5 73.2 325.5) |
| OKLCH | oklch(0.565 0.201 325.0) |
Copy-ready code
/* CSS */
color: #ad3eb5;
background-color: #ad3eb5;
/* Tailwind (arbitrary) */
class="text-[#ad3eb5] bg-[#ad3eb5]"
/* SCSS */
$brand: #ad3eb5;
/* SwiftUI */
Color(red: 0.678, green: 0.243, blue: 0.710)
/* Android */
Color.parseColor("#ad3eb5")Accessibility — WCAG contrast
Aa
#ad3eb5 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad3eb5 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green24.3%
Blue71.0%
CMYK percentages
Cyan4.4%
Magenta65.7%
Yellow0.0%
Key (black)29.0%
Color previews
#ad3eb5 text on a black background
contrast 4.13:1
Card sample
#ad3eb5 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3eb5;
Background color
Panel with #ad3eb5 background
background-color: #ad3eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 62, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 62, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3eb5; background: linear-gradient(135deg, #ad3eb5, #B53E6D);