#af39f4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 57, 244
HSL
278°, 90%, 59%
CMYK
28, 77, 0, 4
Luminance
0.1857
Every format
| HEX | #af39f4 |
| RGB | rgb(175, 57, 244) |
| HSL | hsl(278, 90%, 59%) |
| CMYK | cmyk(28%, 77%, 0%, 4%) |
| LAB | lab(50.2 74.7 -71.7) |
| LCH | lch(50.2 103.5 316.2) |
| OKLCH | oklch(0.604 0.262 309.1) |
Copy-ready code
/* CSS */
color: #af39f4;
background-color: #af39f4;
/* Tailwind (arbitrary) */
class="text-[#af39f4] bg-[#af39f4]"
/* SCSS */
$brand: #af39f4;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.957)
/* Android */
Color.parseColor("#af39f4")Accessibility — WCAG contrast
Aa
#af39f4 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af39f4 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta76.6%
Yellow0.0%
Key (black)4.3%
Color previews
#af39f4 text on a black background
contrast 4.71:1
Card sample
#af39f4 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39f4;
Background color
Panel with #af39f4 background
background-color: #af39f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39f4; background: linear-gradient(135deg, #af39f4, #F439BC);