#af43eb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 67, 235
HSL
279°, 81%, 59%
CMYK
26, 72, 0, 8
Luminance
0.1913
Every format
| HEX | #af43eb |
| RGB | rgb(175, 67, 235) |
| HSL | hsl(279, 81%, 59%) |
| CMYK | cmyk(26%, 72%, 0%, 8%) |
| LAB | lab(50.8 69.2 -65.6) |
| LCH | lch(50.8 95.3 316.5) |
| OKLCH | oklch(0.607 0.244 310.4) |
Copy-ready code
/* CSS */
color: #af43eb;
background-color: #af43eb;
/* Tailwind (arbitrary) */
class="text-[#af43eb] bg-[#af43eb]"
/* SCSS */
$brand: #af43eb;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#af43eb")Accessibility — WCAG contrast
Aa
#af43eb on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af43eb on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#af43eb text on a black background
contrast 4.83:1
Card sample
#af43eb text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af43eb;
Background color
Panel with #af43eb background
background-color: #af43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af43eb; background: linear-gradient(135deg, #af43eb, #EB43B7);