#af47fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 71, 253
HSL
274°, 98%, 64%
CMYK
31, 72, 0, 1
Luminance
0.2071
Every format
| HEX | #af47fd |
| RGB | rgb(175, 71, 253) |
| HSL | hsl(274, 98%, 64%) |
| CMYK | cmyk(31%, 72%, 0%, 1%) |
| LAB | lab(52.6 71.4 -72.7) |
| LCH | lch(52.6 101.9 314.5) |
| OKLCH | oklch(0.624 0.256 306.3) |
Copy-ready code
/* CSS */
color: #af47fd;
background-color: #af47fd;
/* Tailwind (arbitrary) */
class="text-[#af47fd] bg-[#af47fd]"
/* SCSS */
$brand: #af47fd;
/* SwiftUI */
Color(red: 0.686, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#af47fd")Accessibility — WCAG contrast
Aa
#af47fd on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af47fd on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.8%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#af47fd text on a black background
contrast 5.14:1
Card sample
#af47fd text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af47fd;
Background color
Panel with #af47fd background
background-color: #af47fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af47fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af47fd; background: linear-gradient(135deg, #af47fd, #FD47D2);