#ad15cf
a dark, electric violet · warm · closest name: magenta
RGB
173, 21, 207
HSL
289°, 82%, 45%
CMYK
16, 90, 0, 19
Luminance
0.1393
Every format
| HEX | #ad15cf |
| RGB | rgb(173, 21, 207) |
| HSL | hsl(289, 82%, 45%) |
| CMYK | cmyk(16%, 90%, 0%, 19%) |
| LAB | lab(44.1 76.5 -60.5) |
| LCH | lch(44.1 97.5 321.7) |
| OKLCH | oklch(0.553 0.258 318.6) |
Copy-ready code
/* CSS */
color: #ad15cf;
background-color: #ad15cf;
/* Tailwind (arbitrary) */
class="text-[#ad15cf] bg-[#ad15cf]"
/* SCSS */
$brand: #ad15cf;
/* SwiftUI */
Color(red: 0.678, green: 0.082, blue: 0.812)
/* Android */
Color.parseColor("#ad15cf")Accessibility — WCAG contrast
Aa
#ad15cf on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad15cf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green8.2%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta89.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ad15cf text on a black background
contrast 3.79:1
Card sample
#ad15cf text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad15cf;
Background color
Panel with #ad15cf background
background-color: #ad15cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad15cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 21, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 21, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad15cf; background: linear-gradient(135deg, #ad15cf, #CF1575);