#af31fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 49, 253
HSL
277°, 98%, 59%
CMYK
31, 81, 0, 1
Luminance
0.1840
Every format
| HEX | #af31fd |
| RGB | rgb(175, 49, 253) |
| HSL | hsl(277, 98%, 59%) |
| CMYK | cmyk(31%, 81%, 0%, 1%) |
| LAB | lab(50.0 79.0 -77.0) |
| LCH | lch(50.0 110.4 315.7) |
| OKLCH | oklch(0.605 0.277 307.6) |
Copy-ready code
/* CSS */
color: #af31fd;
background-color: #af31fd;
/* Tailwind (arbitrary) */
class="text-[#af31fd] bg-[#af31fd]"
/* SCSS */
$brand: #af31fd;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#af31fd")Accessibility — WCAG contrast
Aa
#af31fd on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af31fd on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#af31fd text on a black background
contrast 4.68:1
Card sample
#af31fd text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af31fd;
Background color
Panel with #af31fd background
background-color: #af31fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af31fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af31fd; background: linear-gradient(135deg, #af31fd, #FD31C3);