#ad0eb6
a dark, electric magenta / pink · warm · closest name: purple
RGB
173, 14, 182
HSL
297°, 86%, 38%
CMYK
5, 92, 0, 29
Luminance
0.1258
Every format
| HEX | #ad0eb6 |
| RGB | rgb(173, 14, 182) |
| HSL | hsl(297, 86%, 38%) |
| CMYK | cmyk(5%, 92%, 0%, 29%) |
| LAB | lab(42.1 73.4 -49.1) |
| LCH | lch(42.1 88.3 326.2) |
| OKLCH | oklch(0.534 0.243 325.6) |
Copy-ready code
/* CSS */
color: #ad0eb6;
background-color: #ad0eb6;
/* Tailwind (arbitrary) */
class="text-[#ad0eb6] bg-[#ad0eb6]"
/* SCSS */
$brand: #ad0eb6;
/* SwiftUI */
Color(red: 0.678, green: 0.055, blue: 0.714)
/* Android */
Color.parseColor("#ad0eb6")Accessibility — WCAG contrast
Aa
#ad0eb6 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0eb6 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green5.5%
Blue71.4%
CMYK percentages
Cyan4.9%
Magenta92.3%
Yellow0.0%
Key (black)28.6%
Color previews
#ad0eb6 text on a black background
contrast 3.52:1
Card sample
#ad0eb6 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0eb6;
Background color
Panel with #ad0eb6 background
background-color: #ad0eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 14, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 14, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0eb6; background: linear-gradient(135deg, #ad0eb6, #B60E4F);