#af1fef
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 239
HSL
282°, 87%, 53%
CMYK
27, 87, 0, 6
Luminance
0.1633
Every format
| HEX | #af1fef |
| RGB | rgb(175, 31, 239) |
| HSL | hsl(282, 87%, 53%) |
| CMYK | cmyk(27%, 87%, 0%, 6%) |
| LAB | lab(47.4 80.8 -73.4) |
| LCH | lch(47.4 109.1 317.7) |
| OKLCH | oklch(0.584 0.277 311.3) |
Copy-ready code
/* CSS */
color: #af1fef;
background-color: #af1fef;
/* Tailwind (arbitrary) */
class="text-[#af1fef] bg-[#af1fef]"
/* SCSS */
$brand: #af1fef;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#af1fef")Accessibility — WCAG contrast
Aa
#af1fef on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fef on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#af1fef text on a black background
contrast 4.27:1
Card sample
#af1fef text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fef;
Background color
Panel with #af1fef background
background-color: #af1fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fef; background: linear-gradient(135deg, #af1fef, #EF1FA4);