#ad1acf
a balanced, electric violet · warm · closest name: magenta
RGB
173, 26, 207
HSL
289°, 78%, 46%
CMYK
16, 87, 0, 19
Luminance
0.1413
Every format
| HEX | #ad1acf |
| RGB | rgb(173, 26, 207) |
| HSL | hsl(289, 78%, 46%) |
| CMYK | cmyk(16%, 87%, 0%, 19%) |
| LAB | lab(44.4 75.7 -60.0) |
| LCH | lch(44.4 96.6 321.6) |
| OKLCH | oklch(0.555 0.255 318.5) |
Copy-ready code
/* CSS */
color: #ad1acf;
background-color: #ad1acf;
/* Tailwind (arbitrary) */
class="text-[#ad1acf] bg-[#ad1acf]"
/* SCSS */
$brand: #ad1acf;
/* SwiftUI */
Color(red: 0.678, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#ad1acf")Accessibility — WCAG contrast
Aa
#ad1acf on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad1acf on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green10.2%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta87.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ad1acf text on a black background
contrast 3.83:1
Card sample
#ad1acf text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1acf;
Background color
Panel with #ad1acf background
background-color: #ad1acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1acf; background: linear-gradient(135deg, #ad1acf, #CF1A78);