#ad1eb0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
173, 30, 176
HSL
299°, 71%, 40%
CMYK
2, 83, 0, 31
Luminance
0.1295
Every format
| HEX | #ad1eb0 |
| RGB | rgb(173, 30, 176) |
| HSL | hsl(299, 71%, 40%) |
| CMYK | cmyk(2%, 83%, 0%, 31%) |
| LAB | lab(42.7 69.7 -44.7) |
| LCH | lch(42.7 82.8 327.3) |
| OKLCH | oklch(0.537 0.230 327.2) |
Copy-ready code
/* CSS */
color: #ad1eb0;
background-color: #ad1eb0;
/* Tailwind (arbitrary) */
class="text-[#ad1eb0] bg-[#ad1eb0]"
/* SCSS */
$brand: #ad1eb0;
/* SwiftUI */
Color(red: 0.678, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#ad1eb0")Accessibility — WCAG contrast
Aa
#ad1eb0 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad1eb0 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green11.8%
Blue69.0%
CMYK percentages
Cyan1.7%
Magenta83.0%
Yellow0.0%
Key (black)31.0%
Color previews
#ad1eb0 text on a black background
contrast 3.59:1
Card sample
#ad1eb0 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1eb0;
Background color
Panel with #ad1eb0 background
background-color: #ad1eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1eb0; background: linear-gradient(135deg, #ad1eb0, #B01E52);