#af12f7
a balanced, electric violet · warm · closest name: magenta
RGB
175, 18, 247
HSL
281°, 94%, 52%
CMYK
29, 93, 0, 3
Luminance
0.1626
Every format
| HEX | #af12f7 |
| RGB | rgb(175, 18, 247) |
| HSL | hsl(281, 94%, 52%) |
| CMYK | cmyk(29%, 93%, 0%, 3%) |
| LAB | lab(47.3 84.4 -78.0) |
| LCH | lch(47.3 114.9 317.2) |
| OKLCH | oklch(0.585 0.289 309.9) |
Copy-ready code
/* CSS */
color: #af12f7;
background-color: #af12f7;
/* Tailwind (arbitrary) */
class="text-[#af12f7] bg-[#af12f7]"
/* SCSS */
$brand: #af12f7;
/* SwiftUI */
Color(red: 0.686, green: 0.071, blue: 0.969)
/* Android */
Color.parseColor("#af12f7")Accessibility — WCAG contrast
Aa
#af12f7 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af12f7 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.1%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta92.7%
Yellow0.0%
Key (black)3.1%
Color previews
#af12f7 text on a black background
contrast 4.25:1
Card sample
#af12f7 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af12f7;
Background color
Panel with #af12f7 background
background-color: #af12f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af12f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 18, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 18, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af12f7; background: linear-gradient(135deg, #af12f7, #F712A7);