#af31fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 49, 252
HSL
277°, 97%, 59%
CMYK
31, 81, 0, 1
Luminance
0.1834
Every format
| HEX | #af31fc |
| RGB | rgb(175, 49, 252) |
| HSL | hsl(277, 97%, 59%) |
| CMYK | cmyk(31%, 81%, 0%, 1%) |
| LAB | lab(49.9 78.8 -76.6) |
| LCH | lch(49.9 109.9 315.8) |
| OKLCH | oklch(0.604 0.276 307.8) |
Copy-ready code
/* CSS */
color: #af31fc;
background-color: #af31fc;
/* Tailwind (arbitrary) */
class="text-[#af31fc] bg-[#af31fc]"
/* SCSS */
$brand: #af31fc;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.988)
/* Android */
Color.parseColor("#af31fc")Accessibility — WCAG contrast
Aa
#af31fc on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af31fc on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta80.6%
Yellow0.0%
Key (black)1.2%
Color previews
#af31fc text on a black background
contrast 4.67:1
Card sample
#af31fc text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af31fc;
Background color
Panel with #af31fc background
background-color: #af31fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af31fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af31fc; background: linear-gradient(135deg, #af31fc, #FC31C2);