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