#af1ff3
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 243
HSL
281°, 90%, 54%
CMYK
28, 87, 0, 5
Luminance
0.1656
Every format
| HEX | #af1ff3 |
| RGB | rgb(175, 31, 243) |
| HSL | hsl(281, 90%, 54%) |
| CMYK | cmyk(28%, 87%, 0%, 5%) |
| LAB | lab(47.7 81.5 -75.2) |
| LCH | lch(47.7 110.9 317.3) |
| OKLCH | oklch(0.587 0.281 310.4) |
Copy-ready code
/* CSS */
color: #af1ff3;
background-color: #af1ff3;
/* Tailwind (arbitrary) */
class="text-[#af1ff3] bg-[#af1ff3]"
/* SCSS */
$brand: #af1ff3;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.953)
/* Android */
Color.parseColor("#af1ff3")Accessibility — WCAG contrast
Aa
#af1ff3 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ff3 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta87.2%
Yellow0.0%
Key (black)4.7%
Color previews
#af1ff3 text on a black background
contrast 4.31:1
Card sample
#af1ff3 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ff3;
Background color
Panel with #af1ff3 background
background-color: #af1ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ff3; background: linear-gradient(135deg, #af1ff3, #F31FA9);