#af3fec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 63, 236
HSL
279°, 82%, 59%
CMYK
26, 73, 0, 8
Luminance
0.1873
Every format
| HEX | #af3fec |
| RGB | rgb(175, 63, 236) |
| HSL | hsl(279, 82%, 59%) |
| CMYK | cmyk(26%, 73%, 0%, 8%) |
| LAB | lab(50.4 70.9 -66.9) |
| LCH | lch(50.4 97.5 316.7) |
| OKLCH | oklch(0.604 0.249 310.5) |
Copy-ready code
/* CSS */
color: #af3fec;
background-color: #af3fec;
/* Tailwind (arbitrary) */
class="text-[#af3fec] bg-[#af3fec]"
/* SCSS */
$brand: #af3fec;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.925)
/* Android */
Color.parseColor("#af3fec")Accessibility — WCAG contrast
Aa
#af3fec on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3fec on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta73.3%
Yellow0.0%
Key (black)7.5%
Color previews
#af3fec text on a black background
contrast 4.75:1
Card sample
#af3fec text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3fec;
Background color
Panel with #af3fec background
background-color: #af3fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3fec; background: linear-gradient(135deg, #af3fec, #EC3FB6);