#af39eb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 57, 235
HSL
280°, 82%, 57%
CMYK
26, 76, 0, 8
Luminance
0.1804
Every format
| HEX | #af39eb |
| RGB | rgb(175, 57, 235) |
| HSL | hsl(280, 82%, 57%) |
| CMYK | cmyk(26%, 76%, 0%, 8%) |
| LAB | lab(49.5 72.9 -67.7) |
| LCH | lch(49.5 99.5 317.1) |
| OKLCH | oklch(0.598 0.254 311.1) |
Copy-ready code
/* CSS */
color: #af39eb;
background-color: #af39eb;
/* Tailwind (arbitrary) */
class="text-[#af39eb] bg-[#af39eb]"
/* SCSS */
$brand: #af39eb;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#af39eb")Accessibility — WCAG contrast
Aa
#af39eb on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39eb on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#af39eb text on a black background
contrast 4.61:1
Card sample
#af39eb text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39eb;
Background color
Panel with #af39eb background
background-color: #af39eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39eb; background: linear-gradient(135deg, #af39eb, #EB39B0);