#af22ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 34, 236
HSL
282°, 84%, 53%
CMYK
26, 86, 0, 8
Luminance
0.1631
Every format
| HEX | #af22ec |
| RGB | rgb(175, 34, 236) |
| HSL | hsl(282, 84%, 53%) |
| CMYK | cmyk(26%, 86%, 0%, 8%) |
| LAB | lab(47.4 79.6 -71.7) |
| LCH | lch(47.4 107.1 318.0) |
| OKLCH | oklch(0.583 0.273 311.9) |
Copy-ready code
/* CSS */
color: #af22ec;
background-color: #af22ec;
/* Tailwind (arbitrary) */
class="text-[#af22ec] bg-[#af22ec]"
/* SCSS */
$brand: #af22ec;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.925)
/* Android */
Color.parseColor("#af22ec")Accessibility — WCAG contrast
Aa
#af22ec on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af22ec on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta85.6%
Yellow0.0%
Key (black)7.5%
Color previews
#af22ec text on a black background
contrast 4.26:1
Card sample
#af22ec text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af22ec;
Background color
Panel with #af22ec background
background-color: #af22ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af22ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af22ec; background: linear-gradient(135deg, #af22ec, #EC22A2);