#af39fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 57, 253
HSL
276°, 98%, 61%
CMYK
31, 78, 0, 1
Luminance
0.1913
Every format
| HEX | #af39fd |
| RGB | rgb(175, 57, 253) |
| HSL | hsl(276, 98%, 61%) |
| CMYK | cmyk(31%, 78%, 0%, 1%) |
| LAB | lab(50.8 76.5 -75.6) |
| LCH | lch(50.8 107.6 315.3) |
| OKLCH | oklch(0.611 0.270 307.2) |
Copy-ready code
/* CSS */
color: #af39fd;
background-color: #af39fd;
/* Tailwind (arbitrary) */
class="text-[#af39fd] bg-[#af39fd]"
/* SCSS */
$brand: #af39fd;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#af39fd")Accessibility — WCAG contrast
Aa
#af39fd on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af39fd on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#af39fd text on a black background
contrast 4.83:1
Card sample
#af39fd text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39fd;
Background color
Panel with #af39fd background
background-color: #af39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39fd; background: linear-gradient(135deg, #af39fd, #FD39C8);