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