#ad0bdf
a balanced, electric violet · warm · closest name: magenta
RGB
173, 11, 223
HSL
286°, 91%, 46%
CMYK
22, 95, 0, 13
Luminance
0.1445
Every format
| HEX | #ad0bdf |
| RGB | rgb(173, 11, 223) |
| HSL | hsl(286, 91%, 46%) |
| CMYK | cmyk(22%, 95%, 0%, 13%) |
| LAB | lab(44.9 80.6 -68.5) |
| LCH | lch(44.9 105.7 319.6) |
| OKLCH | oklch(0.562 0.273 314.8) |
Copy-ready code
/* CSS */
color: #ad0bdf;
background-color: #ad0bdf;
/* Tailwind (arbitrary) */
class="text-[#ad0bdf] bg-[#ad0bdf]"
/* SCSS */
$brand: #ad0bdf;
/* SwiftUI */
Color(red: 0.678, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#ad0bdf")Accessibility — WCAG contrast
Aa
#ad0bdf on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0bdf on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green4.3%
Blue87.5%
CMYK percentages
Cyan22.4%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ad0bdf text on a black background
contrast 3.89:1
Card sample
#ad0bdf text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0bdf;
Background color
Panel with #ad0bdf background
background-color: #ad0bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0bdf; background: linear-gradient(135deg, #ad0bdf, #DF0B84);