#af0ff4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 15, 244
HSL
282°, 91%, 51%
CMYK
28, 94, 0, 4
Luminance
0.1599
Every format
| HEX | #af0ff4 |
| RGB | rgb(175, 15, 244) |
| HSL | hsl(282, 91%, 51%) |
| CMYK | cmyk(28%, 94%, 0%, 4%) |
| LAB | lab(47.0 84.2 -76.9) |
| LCH | lch(47.0 114.0 317.6) |
| OKLCH | oklch(0.582 0.288 310.6) |
Copy-ready code
/* CSS */
color: #af0ff4;
background-color: #af0ff4;
/* Tailwind (arbitrary) */
class="text-[#af0ff4] bg-[#af0ff4]"
/* SCSS */
$brand: #af0ff4;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.957)
/* Android */
Color.parseColor("#af0ff4")Accessibility — WCAG contrast
Aa
#af0ff4 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ff4 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta93.9%
Yellow0.0%
Key (black)4.3%
Color previews
#af0ff4 text on a black background
contrast 4.20:1
Card sample
#af0ff4 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ff4;
Background color
Panel with #af0ff4 background
background-color: #af0ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ff4; background: linear-gradient(135deg, #af0ff4, #F40FA0);