#ad2cf3
a balanced, electric violet · warm · closest name: magenta
RGB
173, 44, 243
HSL
279°, 89%, 56%
CMYK
29, 82, 0, 5
Luminance
0.1716
Every format
| HEX | #ad2cf3 |
| RGB | rgb(173, 44, 243) |
| HSL | hsl(279, 89%, 56%) |
| CMYK | cmyk(29%, 82%, 0%, 5%) |
| LAB | lab(48.5 78.2 -73.9) |
| LCH | lch(48.5 107.6 316.6) |
| OKLCH | oklch(0.592 0.272 309.3) |
Copy-ready code
/* CSS */
color: #ad2cf3;
background-color: #ad2cf3;
/* Tailwind (arbitrary) */
class="text-[#ad2cf3] bg-[#ad2cf3]"
/* SCSS */
$brand: #ad2cf3;
/* SwiftUI */
Color(red: 0.678, green: 0.173, blue: 0.953)
/* Android */
Color.parseColor("#ad2cf3")Accessibility — WCAG contrast
Aa
#ad2cf3 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2cf3 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green17.3%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta81.9%
Yellow0.0%
Key (black)4.7%
Color previews
#ad2cf3 text on a black background
contrast 4.43:1
Card sample
#ad2cf3 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2cf3;
Background color
Panel with #ad2cf3 background
background-color: #ad2cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 44, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 44, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2cf3; background: linear-gradient(135deg, #ad2cf3, #F32CB4);