#af1ffc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 252
HSL
279°, 97%, 56%
CMYK
31, 88, 0, 1
Luminance
0.1712
Every format
| HEX | #af1ffc |
| RGB | rgb(175, 31, 252) |
| HSL | hsl(279, 97%, 56%) |
| CMYK | cmyk(31%, 88%, 0%, 1%) |
| LAB | lab(48.4 83.2 -79.0) |
| LCH | lch(48.4 114.8 316.5) |
| OKLCH | oklch(0.594 0.288 308.5) |
Copy-ready code
/* CSS */
color: #af1ffc;
background-color: #af1ffc;
/* Tailwind (arbitrary) */
class="text-[#af1ffc] bg-[#af1ffc]"
/* SCSS */
$brand: #af1ffc;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.988)
/* Android */
Color.parseColor("#af1ffc")Accessibility — WCAG contrast
Aa
#af1ffc on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ffc on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta87.7%
Yellow0.0%
Key (black)1.2%
Color previews
#af1ffc text on a black background
contrast 4.42:1
Card sample
#af1ffc text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ffc;
Background color
Panel with #af1ffc background
background-color: #af1ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ffc; background: linear-gradient(135deg, #af1ffc, #FC1FB6);