#af47ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 71, 255
HSL
274°, 100%, 64%
CMYK
31, 72, 0, 0
Luminance
0.2084
Every format
| HEX | #af47ff |
| RGB | rgb(175, 71, 255) |
| HSL | hsl(274, 100%, 64%) |
| CMYK | cmyk(31%, 72%, 0%, 0%) |
| LAB | lab(52.8 71.8 -73.6) |
| LCH | lch(52.8 102.8 314.3) |
| OKLCH | oklch(0.625 0.258 305.9) |
Copy-ready code
/* CSS */
color: #af47ff;
background-color: #af47ff;
/* Tailwind (arbitrary) */
class="text-[#af47ff] bg-[#af47ff]"
/* SCSS */
$brand: #af47ff;
/* SwiftUI */
Color(red: 0.686, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#af47ff")Accessibility — WCAG contrast
Aa
#af47ff on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af47ff on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.8%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#af47ff text on a black background
contrast 5.17:1
Card sample
#af47ff text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af47ff;
Background color
Panel with #af47ff background
background-color: #af47ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af47ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af47ff; background: linear-gradient(135deg, #af47ff, #FF47D4);