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