#af2eea
a balanced, electric violet · warm · closest name: magenta
RGB
175, 46, 234
HSL
281°, 82%, 55%
CMYK
25, 80, 0, 8
Luminance
0.1701
Every format
| HEX | #af2eea |
| RGB | rgb(175, 46, 234) |
| HSL | hsl(281, 82%, 55%) |
| CMYK | cmyk(25%, 80%, 0%, 8%) |
| LAB | lab(48.3 76.2 -69.2) |
| LCH | lch(48.3 102.9 317.8) |
| OKLCH | oklch(0.589 0.263 311.8) |
Copy-ready code
/* CSS */
color: #af2eea;
background-color: #af2eea;
/* Tailwind (arbitrary) */
class="text-[#af2eea] bg-[#af2eea]"
/* SCSS */
$brand: #af2eea;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.918)
/* Android */
Color.parseColor("#af2eea")Accessibility — WCAG contrast
Aa
#af2eea on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2eea on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta80.3%
Yellow0.0%
Key (black)8.2%
Color previews
#af2eea text on a black background
contrast 4.40:1
Card sample
#af2eea text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2eea;
Background color
Panel with #af2eea background
background-color: #af2eea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2eea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2eea; background: linear-gradient(135deg, #af2eea, #EA2EA8);