#af44fe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 68, 254
HSL
275°, 99%, 63%
CMYK
31, 73, 0, 0
Luminance
0.2040
Every format
| HEX | #af44fe |
| RGB | rgb(175, 68, 254) |
| HSL | hsl(275, 99%, 63%) |
| CMYK | cmyk(31%, 73%, 0%, 0%) |
| LAB | lab(52.3 72.8 -73.8) |
| LCH | lch(52.3 103.7 314.6) |
| OKLCH | oklch(0.621 0.261 306.3) |
Copy-ready code
/* CSS */
color: #af44fe;
background-color: #af44fe;
/* Tailwind (arbitrary) */
class="text-[#af44fe] bg-[#af44fe]"
/* SCSS */
$brand: #af44fe;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.996)
/* Android */
Color.parseColor("#af44fe")Accessibility — WCAG contrast
Aa
#af44fe on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af44fe on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta73.2%
Yellow0.0%
Key (black)0.4%
Color previews
#af44fe text on a black background
contrast 5.08:1
Card sample
#af44fe text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44fe;
Background color
Panel with #af44fe background
background-color: #af44fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44fe; background: linear-gradient(135deg, #af44fe, #FE44D1);