#af1fea
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 234
HSL
283°, 83%, 52%
CMYK
25, 87, 0, 8
Luminance
0.1603
Every format
| HEX | #af1fea |
| RGB | rgb(175, 31, 234) |
| HSL | hsl(283, 83%, 52%) |
| CMYK | cmyk(25%, 87%, 0%, 8%) |
| LAB | lab(47.0 79.8 -71.2) |
| LCH | lch(47.0 107.0 318.3) |
| OKLCH | oklch(0.580 0.274 312.4) |
Copy-ready code
/* CSS */
color: #af1fea;
background-color: #af1fea;
/* Tailwind (arbitrary) */
class="text-[#af1fea] bg-[#af1fea]"
/* SCSS */
$brand: #af1fea;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.918)
/* Android */
Color.parseColor("#af1fea")Accessibility — WCAG contrast
Aa
#af1fea on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fea on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta86.8%
Yellow0.0%
Key (black)8.2%
Color previews
#af1fea text on a black background
contrast 4.21:1
Card sample
#af1fea text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fea;
Background color
Panel with #af1fea background
background-color: #af1fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fea; background: linear-gradient(135deg, #af1fea, #EA1F9E);