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