#ad1eb3
a dark, vivid magenta / pink · warm · closest name: purple
RGB
173, 30, 179
HSL
298°, 71%, 41%
CMYK
3, 83, 0, 30
Luminance
0.1307
Every format
| HEX | #ad1eb3 |
| RGB | rgb(173, 30, 179) |
| HSL | hsl(298, 71%, 41%) |
| CMYK | cmyk(3%, 83%, 0%, 30%) |
| LAB | lab(42.9 70.1 -46.1) |
| LCH | lch(42.9 84.0 326.7) |
| OKLCH | oklch(0.538 0.232 326.3) |
Copy-ready code
/* CSS */
color: #ad1eb3;
background-color: #ad1eb3;
/* Tailwind (arbitrary) */
class="text-[#ad1eb3] bg-[#ad1eb3]"
/* SCSS */
$brand: #ad1eb3;
/* SwiftUI */
Color(red: 0.678, green: 0.118, blue: 0.702)
/* Android */
Color.parseColor("#ad1eb3")Accessibility — WCAG contrast
Aa
#ad1eb3 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad1eb3 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green11.8%
Blue70.2%
CMYK percentages
Cyan3.4%
Magenta83.2%
Yellow0.0%
Key (black)29.8%
Color previews
#ad1eb3 text on a black background
contrast 3.61:1
Card sample
#ad1eb3 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1eb3;
Background color
Panel with #ad1eb3 background
background-color: #ad1eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 30, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 30, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1eb3; background: linear-gradient(135deg, #ad1eb3, #B31E56);