#af2bf4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 43, 244
HSL
279°, 90%, 56%
CMYK
28, 82, 0, 4
Luminance
0.1737
Every format
| HEX | #af2bf4 |
| RGB | rgb(175, 43, 244) |
| HSL | hsl(279, 90%, 56%) |
| CMYK | cmyk(28%, 82%, 0%, 4%) |
| LAB | lab(48.7 78.9 -74.0) |
| LCH | lch(48.7 108.2 316.8) |
| OKLCH | oklch(0.594 0.274 309.8) |
Copy-ready code
/* CSS */
color: #af2bf4;
background-color: #af2bf4;
/* Tailwind (arbitrary) */
class="text-[#af2bf4] bg-[#af2bf4]"
/* SCSS */
$brand: #af2bf4;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.957)
/* Android */
Color.parseColor("#af2bf4")Accessibility — WCAG contrast
Aa
#af2bf4 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bf4 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta82.4%
Yellow0.0%
Key (black)4.3%
Color previews
#af2bf4 text on a black background
contrast 4.47:1
Card sample
#af2bf4 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bf4;
Background color
Panel with #af2bf4 background
background-color: #af2bf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bf4; background: linear-gradient(135deg, #af2bf4, #F42BB3);