#ad07cf
a dark, electric violet · warm · closest name: magenta
RGB
173, 7, 207
HSL
290°, 94%, 42%
CMYK
16, 97, 0, 19
Luminance
0.1354
Every format
| HEX | #ad07cf |
| RGB | rgb(173, 7, 207) |
| HSL | hsl(290, 94%, 42%) |
| CMYK | cmyk(16%, 97%, 0%, 19%) |
| LAB | lab(43.6 78.2 -61.4) |
| LCH | lch(43.6 99.4 321.9) |
| OKLCH | oklch(0.549 0.263 318.7) |
Copy-ready code
/* CSS */
color: #ad07cf;
background-color: #ad07cf;
/* Tailwind (arbitrary) */
class="text-[#ad07cf] bg-[#ad07cf]"
/* SCSS */
$brand: #ad07cf;
/* SwiftUI */
Color(red: 0.678, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#ad07cf")Accessibility — WCAG contrast
Aa
#ad07cf on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad07cf on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green2.7%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ad07cf text on a black background
contrast 3.71:1
Card sample
#ad07cf text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad07cf;
Background color
Panel with #ad07cf background
background-color: #ad07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad07cf; background: linear-gradient(135deg, #ad07cf, #CF076C);