#ad47fc
a balanced, electric violet · warm · closest name: magenta
RGB
173, 71, 252
HSL
274°, 97%, 63%
CMYK
31, 72, 0, 1
Luminance
0.2042
Every format
| HEX | #ad47fc |
| RGB | rgb(173, 71, 252) |
| HSL | hsl(274, 97%, 63%) |
| CMYK | cmyk(31%, 72%, 0%, 1%) |
| LAB | lab(52.3 70.8 -72.7) |
| LCH | lch(52.3 101.5 314.2) |
| OKLCH | oklch(0.621 0.255 305.8) |
Copy-ready code
/* CSS */
color: #ad47fc;
background-color: #ad47fc;
/* Tailwind (arbitrary) */
class="text-[#ad47fc] bg-[#ad47fc]"
/* SCSS */
$brand: #ad47fc;
/* SwiftUI */
Color(red: 0.678, green: 0.278, blue: 0.988)
/* Android */
Color.parseColor("#ad47fc")Accessibility — WCAG contrast
Aa
#ad47fc on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad47fc on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green27.8%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta71.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ad47fc text on a black background
contrast 5.08:1
Card sample
#ad47fc text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad47fc;
Background color
Panel with #ad47fc background
background-color: #ad47fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad47fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 71, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 71, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad47fc; background: linear-gradient(135deg, #ad47fc, #FC47D2);