#ad2cef
a balanced, electric violet · warm · closest name: magenta
RGB
173, 44, 239
HSL
280°, 86%, 56%
CMYK
28, 82, 0, 6
Luminance
0.1692
Every format
| HEX | #ad2cef |
| RGB | rgb(173, 44, 239) |
| HSL | hsl(280, 86%, 56%) |
| CMYK | cmyk(28%, 82%, 0%, 6%) |
| LAB | lab(48.2 77.4 -72.2) |
| LCH | lch(48.2 105.8 317.0) |
| OKLCH | oklch(0.588 0.268 310.2) |
Copy-ready code
/* CSS */
color: #ad2cef;
background-color: #ad2cef;
/* Tailwind (arbitrary) */
class="text-[#ad2cef] bg-[#ad2cef]"
/* SCSS */
$brand: #ad2cef;
/* SwiftUI */
Color(red: 0.678, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#ad2cef")Accessibility — WCAG contrast
Aa
#ad2cef on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2cef on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green17.3%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ad2cef text on a black background
contrast 4.38:1
Card sample
#ad2cef text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2cef;
Background color
Panel with #ad2cef background
background-color: #ad2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2cef; background: linear-gradient(135deg, #ad2cef, #EF2CAF);