#af46ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 70, 236
HSL
278°, 81%, 60%
CMYK
26, 70, 0, 8
Luminance
0.1955
Every format
| HEX | #af46ec |
| RGB | rgb(175, 70, 236) |
| HSL | hsl(278, 81%, 60%) |
| CMYK | cmyk(26%, 70%, 0%, 8%) |
| LAB | lab(51.3 68.2 -65.3) |
| LCH | lch(51.3 94.5 316.2) |
| OKLCH | oklch(0.611 0.241 310.0) |
Copy-ready code
/* CSS */
color: #af46ec;
background-color: #af46ec;
/* Tailwind (arbitrary) */
class="text-[#af46ec] bg-[#af46ec]"
/* SCSS */
$brand: #af46ec;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.925)
/* Android */
Color.parseColor("#af46ec")Accessibility — WCAG contrast
Aa
#af46ec on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af46ec on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta70.3%
Yellow0.0%
Key (black)7.5%
Color previews
#af46ec text on a black background
contrast 4.91:1
Card sample
#af46ec text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af46ec;
Background color
Panel with #af46ec background
background-color: #af46ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af46ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af46ec; background: linear-gradient(135deg, #af46ec, #EC46BA);