#af47ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 71, 236
HSL
278°, 81%, 60%
CMYK
26, 70, 0, 8
Luminance
0.1968
Every format
| HEX | #af47ec |
| RGB | rgb(175, 71, 236) |
| HSL | hsl(278, 81%, 60%) |
| CMYK | cmyk(26%, 70%, 0%, 8%) |
| LAB | lab(51.5 67.8 -65.1) |
| LCH | lch(51.5 94.0 316.2) |
| OKLCH | oklch(0.612 0.240 309.9) |
Copy-ready code
/* CSS */
color: #af47ec;
background-color: #af47ec;
/* Tailwind (arbitrary) */
class="text-[#af47ec] bg-[#af47ec]"
/* SCSS */
$brand: #af47ec;
/* SwiftUI */
Color(red: 0.686, green: 0.278, blue: 0.925)
/* Android */
Color.parseColor("#af47ec")Accessibility — WCAG contrast
Aa
#af47ec on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af47ec on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.8%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta69.9%
Yellow0.0%
Key (black)7.5%
Color previews
#af47ec text on a black background
contrast 4.94:1
Card sample
#af47ec text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af47ec;
Background color
Panel with #af47ec background
background-color: #af47ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af47ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 71, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 71, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af47ec; background: linear-gradient(135deg, #af47ec, #EC47BB);