#af2fef
a balanced, electric violet · warm · closest name: magenta
RGB
175, 47, 239
HSL
280°, 86%, 56%
CMYK
27, 80, 0, 6
Luminance
0.1738
Every format
| HEX | #af2fef |
| RGB | rgb(175, 47, 239) |
| HSL | hsl(280, 86%, 56%) |
| CMYK | cmyk(27%, 80%, 0%, 6%) |
| LAB | lab(48.7 76.8 -71.2) |
| LCH | lch(48.7 104.8 317.2) |
| OKLCH | oklch(0.593 0.267 310.7) |
Copy-ready code
/* CSS */
color: #af2fef;
background-color: #af2fef;
/* Tailwind (arbitrary) */
class="text-[#af2fef] bg-[#af2fef]"
/* SCSS */
$brand: #af2fef;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#af2fef")Accessibility — WCAG contrast
Aa
#af2fef on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fef on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#af2fef text on a black background
contrast 4.48:1
Card sample
#af2fef text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fef;
Background color
Panel with #af2fef background
background-color: #af2fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fef; background: linear-gradient(135deg, #af2fef, #EF2FAF);