#ad0eb3
a dark, electric magenta / pink · warm · closest name: purple
RGB
173, 14, 179
HSL
298°, 86%, 38%
CMYK
3, 92, 0, 30
Luminance
0.1245
Every format
| HEX | #ad0eb3 |
| RGB | rgb(173, 14, 179) |
| HSL | hsl(298, 86%, 38%) |
| CMYK | cmyk(3%, 92%, 0%, 30%) |
| LAB | lab(41.9 72.9 -47.6) |
| LCH | lch(41.9 87.1 326.8) |
| OKLCH | oklch(0.532 0.240 326.5) |
Copy-ready code
/* CSS */
color: #ad0eb3;
background-color: #ad0eb3;
/* Tailwind (arbitrary) */
class="text-[#ad0eb3] bg-[#ad0eb3]"
/* SCSS */
$brand: #ad0eb3;
/* SwiftUI */
Color(red: 0.678, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#ad0eb3")Accessibility — WCAG contrast
Aa
#ad0eb3 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0eb3 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green5.5%
Blue70.2%
CMYK percentages
Cyan3.4%
Magenta92.2%
Yellow0.0%
Key (black)29.8%
Color previews
#ad0eb3 text on a black background
contrast 3.49:1
Card sample
#ad0eb3 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0eb3;
Background color
Panel with #ad0eb3 background
background-color: #ad0eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0eb3; background: linear-gradient(135deg, #ad0eb3, #B30E4B);