#af49f5
a balanced, electric violet · warm · closest name: magenta
RGB
175, 73, 245
HSL
276°, 90%, 62%
CMYK
29, 70, 0, 4
Luminance
0.2047
Every format
| HEX | #af49f5 |
| RGB | rgb(175, 73, 245) |
| HSL | hsl(276, 90%, 62%) |
| CMYK | cmyk(29%, 70%, 0%, 4%) |
| LAB | lab(52.4 68.9 -68.7) |
| LCH | lch(52.4 97.3 315.1) |
| OKLCH | oklch(0.620 0.247 307.8) |
Copy-ready code
/* CSS */
color: #af49f5;
background-color: #af49f5;
/* Tailwind (arbitrary) */
class="text-[#af49f5] bg-[#af49f5]"
/* SCSS */
$brand: #af49f5;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.961)
/* Android */
Color.parseColor("#af49f5")Accessibility — WCAG contrast
Aa
#af49f5 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af49f5 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta70.2%
Yellow0.0%
Key (black)3.9%
Color previews
#af49f5 text on a black background
contrast 5.09:1
Card sample
#af49f5 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af49f5;
Background color
Panel with #af49f5 background
background-color: #af49f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af49f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af49f5; background: linear-gradient(135deg, #af49f5, #F549C8);