#af2fe9
a balanced, electric violet · warm · closest name: magenta
RGB
175, 47, 233
HSL
281°, 81%, 55%
CMYK
25, 80, 0, 9
Luminance
0.1703
Every format
| HEX | #af2fe9 |
| RGB | rgb(175, 47, 233) |
| HSL | hsl(281, 81%, 55%) |
| CMYK | cmyk(25%, 80%, 0%, 9%) |
| LAB | lab(48.3 75.7 -68.5) |
| LCH | lch(48.3 102.1 317.8) |
| OKLCH | oklch(0.589 0.262 312.0) |
Copy-ready code
/* CSS */
color: #af2fe9;
background-color: #af2fe9;
/* Tailwind (arbitrary) */
class="text-[#af2fe9] bg-[#af2fe9]"
/* SCSS */
$brand: #af2fe9;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.914)
/* Android */
Color.parseColor("#af2fe9")Accessibility — WCAG contrast
Aa
#af2fe9 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fe9 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta79.8%
Yellow0.0%
Key (black)8.6%
Color previews
#af2fe9 text on a black background
contrast 4.41:1
Card sample
#af2fe9 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fe9;
Background color
Panel with #af2fe9 background
background-color: #af2fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fe9; background: linear-gradient(135deg, #af2fe9, #E92FA7);