#ad2aef
a balanced, electric violet · warm · closest name: magenta
RGB
173, 42, 239
HSL
280°, 86%, 55%
CMYK
28, 82, 0, 6
Luminance
0.1677
Every format
| HEX | #ad2aef |
| RGB | rgb(173, 42, 239) |
| HSL | hsl(280, 86%, 55%) |
| CMYK | cmyk(28%, 82%, 0%, 6%) |
| LAB | lab(48.0 77.9 -72.5) |
| LCH | lch(48.0 106.4 317.1) |
| OKLCH | oklch(0.587 0.270 310.3) |
Copy-ready code
/* CSS */
color: #ad2aef;
background-color: #ad2aef;
/* Tailwind (arbitrary) */
class="text-[#ad2aef] bg-[#ad2aef]"
/* SCSS */
$brand: #ad2aef;
/* SwiftUI */
Color(red: 0.678, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#ad2aef")Accessibility — WCAG contrast
Aa
#ad2aef on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2aef on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green16.5%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ad2aef text on a black background
contrast 4.35:1
Card sample
#ad2aef text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2aef;
Background color
Panel with #ad2aef background
background-color: #ad2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2aef; background: linear-gradient(135deg, #ad2aef, #EF2AAE);