#af2ef4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 46, 244
HSL
279°, 90%, 57%
CMYK
28, 81, 0, 4
Luminance
0.1760
Every format
| HEX | #af2ef4 |
| RGB | rgb(175, 46, 244) |
| HSL | hsl(279, 90%, 57%) |
| CMYK | cmyk(28%, 81%, 0%, 4%) |
| LAB | lab(49.0 78.1 -73.6) |
| LCH | lch(49.0 107.3 316.7) |
| OKLCH | oklch(0.596 0.272 309.6) |
Copy-ready code
/* CSS */
color: #af2ef4;
background-color: #af2ef4;
/* Tailwind (arbitrary) */
class="text-[#af2ef4] bg-[#af2ef4]"
/* SCSS */
$brand: #af2ef4;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.957)
/* Android */
Color.parseColor("#af2ef4")Accessibility — WCAG contrast
Aa
#af2ef4 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ef4 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta81.1%
Yellow0.0%
Key (black)4.3%
Color previews
#af2ef4 text on a black background
contrast 4.52:1
Card sample
#af2ef4 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ef4;
Background color
Panel with #af2ef4 background
background-color: #af2ef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ef4; background: linear-gradient(135deg, #af2ef4, #F42EB5);