#af37eb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 55, 235
HSL
280°, 82%, 57%
CMYK
26, 77, 0, 8
Luminance
0.1784
Every format
| HEX | #af37eb |
| RGB | rgb(175, 55, 235) |
| HSL | hsl(280, 82%, 57%) |
| CMYK | cmyk(26%, 77%, 0%, 8%) |
| LAB | lab(49.3 73.6 -68.0) |
| LCH | lch(49.3 100.2 317.2) |
| OKLCH | oklch(0.596 0.256 311.2) |
Copy-ready code
/* CSS */
color: #af37eb;
background-color: #af37eb;
/* Tailwind (arbitrary) */
class="text-[#af37eb] bg-[#af37eb]"
/* SCSS */
$brand: #af37eb;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#af37eb")Accessibility — WCAG contrast
Aa
#af37eb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af37eb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#af37eb text on a black background
contrast 4.57:1
Card sample
#af37eb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af37eb;
Background color
Panel with #af37eb background
background-color: #af37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af37eb; background: linear-gradient(135deg, #af37eb, #EB37AF);