#af2ee4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 46, 228
HSL
283°, 77%, 54%
CMYK
23, 80, 0, 11
Luminance
0.1667
Every format
| HEX | #af2ee4 |
| RGB | rgb(175, 46, 228) |
| HSL | hsl(283, 77%, 54%) |
| CMYK | cmyk(23%, 80%, 0%, 11%) |
| LAB | lab(47.8 75.0 -66.5) |
| LCH | lch(47.8 100.2 318.5) |
| OKLCH | oklch(0.584 0.258 313.2) |
Copy-ready code
/* CSS */
color: #af2ee4;
background-color: #af2ee4;
/* Tailwind (arbitrary) */
class="text-[#af2ee4] bg-[#af2ee4]"
/* SCSS */
$brand: #af2ee4;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.894)
/* Android */
Color.parseColor("#af2ee4")Accessibility — WCAG contrast
Aa
#af2ee4 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ee4 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta79.8%
Yellow0.0%
Key (black)10.6%
Color previews
#af2ee4 text on a black background
contrast 4.33:1
Card sample
#af2ee4 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ee4;
Background color
Panel with #af2ee4 background
background-color: #af2ee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ee4; background: linear-gradient(135deg, #af2ee4, #E42EA0);