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