#ad02cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
173, 2, 207
HSL
290°, 98%, 41%
CMYK
16, 99, 0, 19
Luminance
0.1343
Every format
| HEX | #ad02cf |
| RGB | rgb(173, 2, 207) |
| HSL | hsl(290, 98%, 41%) |
| CMYK | cmyk(16%, 99%, 0%, 19%) |
| LAB | lab(43.4 78.7 -61.6) |
| LCH | lch(43.4 99.9 321.9) |
| OKLCH | oklch(0.548 0.264 318.8) |
Copy-ready code
/* CSS */
color: #ad02cf;
background-color: #ad02cf;
/* Tailwind (arbitrary) */
class="text-[#ad02cf] bg-[#ad02cf]"
/* SCSS */
$brand: #ad02cf;
/* SwiftUI */
Color(red: 0.678, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#ad02cf")Accessibility — WCAG contrast
Aa
#ad02cf on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad02cf on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green0.8%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ad02cf text on a black background
contrast 3.69:1
Card sample
#ad02cf text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad02cf;
Background color
Panel with #ad02cf background
background-color: #ad02cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad02cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad02cf; background: linear-gradient(135deg, #ad02cf, #CF0269);