#ad2ce4
a balanced, electric violet · warm · closest name: magenta
RGB
173, 44, 228
HSL
282°, 77%, 53%
CMYK
24, 81, 0, 11
Luminance
0.1629
Every format
| HEX | #ad2ce4 |
| RGB | rgb(173, 44, 228) |
| HSL | hsl(282, 77%, 53%) |
| CMYK | cmyk(24%, 81%, 0%, 11%) |
| LAB | lab(47.4 75.3 -67.3) |
| LCH | lch(47.4 101.0 318.2) |
| OKLCH | oklch(0.580 0.259 312.7) |
Copy-ready code
/* CSS */
color: #ad2ce4;
background-color: #ad2ce4;
/* Tailwind (arbitrary) */
class="text-[#ad2ce4] bg-[#ad2ce4]"
/* SCSS */
$brand: #ad2ce4;
/* SwiftUI */
Color(red: 0.678, green: 0.173, blue: 0.894)
/* Android */
Color.parseColor("#ad2ce4")Accessibility — WCAG contrast
Aa
#ad2ce4 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2ce4 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green17.3%
Blue89.4%
CMYK percentages
Cyan24.1%
Magenta80.7%
Yellow0.0%
Key (black)10.6%
Color previews
#ad2ce4 text on a black background
contrast 4.26:1
Card sample
#ad2ce4 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2ce4;
Background color
Panel with #ad2ce4 background
background-color: #ad2ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 44, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 44, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2ce4; background: linear-gradient(135deg, #ad2ce4, #E42CA0);