#af2eec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 46, 236
HSL
281°, 83%, 55%
CMYK
26, 81, 0, 8
Luminance
0.1712
Every format
| HEX | #af2eec |
| RGB | rgb(175, 46, 236) |
| HSL | hsl(281, 83%, 55%) |
| CMYK | cmyk(26%, 81%, 0%, 8%) |
| LAB | lab(48.4 76.6 -70.1) |
| LCH | lch(48.4 103.8 317.5) |
| OKLCH | oklch(0.590 0.265 311.4) |
Copy-ready code
/* CSS */
color: #af2eec;
background-color: #af2eec;
/* Tailwind (arbitrary) */
class="text-[#af2eec] bg-[#af2eec]"
/* SCSS */
$brand: #af2eec;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.925)
/* Android */
Color.parseColor("#af2eec")Accessibility — WCAG contrast
Aa
#af2eec on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2eec on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta80.5%
Yellow0.0%
Key (black)7.5%
Color previews
#af2eec text on a black background
contrast 4.42:1
Card sample
#af2eec text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2eec;
Background color
Panel with #af2eec background
background-color: #af2eec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2eec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2eec; background: linear-gradient(135deg, #af2eec, #EC2EAA);