#ad2feb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 47, 235
HSL
280°, 83%, 55%
CMYK
26, 80, 0, 8
Luminance
0.1692
Every format
| HEX | #ad2feb |
| RGB | rgb(173, 47, 235) |
| HSL | hsl(280, 83%, 55%) |
| CMYK | cmyk(26%, 80%, 0%, 8%) |
| LAB | lab(48.1 75.8 -69.9) |
| LCH | lch(48.1 103.1 317.3) |
| OKLCH | oklch(0.588 0.263 311.0) |
Copy-ready code
/* CSS */
color: #ad2feb;
background-color: #ad2feb;
/* Tailwind (arbitrary) */
class="text-[#ad2feb] bg-[#ad2feb]"
/* SCSS */
$brand: #ad2feb;
/* SwiftUI */
Color(red: 0.678, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#ad2feb")Accessibility — WCAG contrast
Aa
#ad2feb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2feb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green18.4%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ad2feb text on a black background
contrast 4.38:1
Card sample
#ad2feb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2feb;
Background color
Panel with #ad2feb background
background-color: #ad2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2feb; background: linear-gradient(135deg, #ad2feb, #EB2FAC);