#af1fec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 236
HSL
282°, 84%, 52%
CMYK
26, 87, 0, 8
Luminance
0.1615
Every format
| HEX | #af1fec |
| RGB | rgb(175, 31, 236) |
| HSL | hsl(282, 84%, 52%) |
| CMYK | cmyk(26%, 87%, 0%, 8%) |
| LAB | lab(47.2 80.2 -72.1) |
| LCH | lch(47.2 107.8 318.1) |
| OKLCH | oklch(0.582 0.275 311.9) |
Copy-ready code
/* CSS */
color: #af1fec;
background-color: #af1fec;
/* Tailwind (arbitrary) */
class="text-[#af1fec] bg-[#af1fec]"
/* SCSS */
$brand: #af1fec;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.925)
/* Android */
Color.parseColor("#af1fec")Accessibility — WCAG contrast
Aa
#af1fec on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fec on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta86.9%
Yellow0.0%
Key (black)7.5%
Color previews
#af1fec text on a black background
contrast 4.23:1
Card sample
#af1fec text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fec;
Background color
Panel with #af1fec background
background-color: #af1fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fec; background: linear-gradient(135deg, #af1fec, #EC1FA1);