#ad0cfb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 12, 251
HSL
280°, 97%, 52%
CMYK
31, 95, 0, 2
Luminance
0.1611
Every format
| HEX | #ad0cfb |
| RGB | rgb(173, 12, 251) |
| HSL | hsl(280, 97%, 52%) |
| CMYK | cmyk(31%, 95%, 0%, 2%) |
| LAB | lab(47.1 85.5 -80.6) |
| LCH | lch(47.1 117.5 316.7) |
| OKLCH | oklch(0.584 0.294 308.6) |
Copy-ready code
/* CSS */
color: #ad0cfb;
background-color: #ad0cfb;
/* Tailwind (arbitrary) */
class="text-[#ad0cfb] bg-[#ad0cfb]"
/* SCSS */
$brand: #ad0cfb;
/* SwiftUI */
Color(red: 0.678, green: 0.047, blue: 0.984)
/* Android */
Color.parseColor("#ad0cfb")Accessibility — WCAG contrast
Aa
#ad0cfb on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0cfb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green4.7%
Blue98.4%
CMYK percentages
Cyan31.1%
Magenta95.2%
Yellow0.0%
Key (black)1.6%
Color previews
#ad0cfb text on a black background
contrast 4.22:1
Card sample
#ad0cfb text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0cfb;
Background color
Panel with #ad0cfb background
background-color: #ad0cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 12, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 12, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0cfb; background: linear-gradient(135deg, #ad0cfb, #FB0CAA);