#af39ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 57, 255
HSL
276°, 100%, 61%
CMYK
31, 78, 0, 0
Luminance
0.1926
Every format
| HEX | #af39ff |
| RGB | rgb(175, 57, 255) |
| HSL | hsl(276, 100%, 61%) |
| CMYK | cmyk(31%, 78%, 0%, 0%) |
| LAB | lab(51.0 77.0 -76.5) |
| LCH | lch(51.0 108.5 315.2) |
| OKLCH | oklch(0.613 0.272 306.8) |
Copy-ready code
/* CSS */
color: #af39ff;
background-color: #af39ff;
/* Tailwind (arbitrary) */
class="text-[#af39ff] bg-[#af39ff]"
/* SCSS */
$brand: #af39ff;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 1.000)
/* Android */
Color.parseColor("#af39ff")Accessibility — WCAG contrast
Aa
#af39ff on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af39ff on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta77.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af39ff text on a black background
contrast 4.85:1
Card sample
#af39ff text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39ff;
Background color
Panel with #af39ff background
background-color: #af39ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39ff; background: linear-gradient(135deg, #af39ff, #FF39CB);