#af0ffc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 15, 252
HSL
281°, 98%, 52%
CMYK
31, 94, 0, 1
Luminance
0.1648
Every format
| HEX | #af0ffc |
| RGB | rgb(175, 15, 252) |
| HSL | hsl(281, 98%, 52%) |
| CMYK | cmyk(31%, 94%, 0%, 1%) |
| LAB | lab(47.6 85.7 -80.4) |
| LCH | lch(47.6 117.5 316.8) |
| OKLCH | oklch(0.588 0.294 308.9) |
Copy-ready code
/* CSS */
color: #af0ffc;
background-color: #af0ffc;
/* Tailwind (arbitrary) */
class="text-[#af0ffc] bg-[#af0ffc]"
/* SCSS */
$brand: #af0ffc;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.988)
/* Android */
Color.parseColor("#af0ffc")Accessibility — WCAG contrast
Aa
#af0ffc on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ffc on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta94.0%
Yellow0.0%
Key (black)1.2%
Color previews
#af0ffc text on a black background
contrast 4.30:1
Card sample
#af0ffc text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ffc;
Background color
Panel with #af0ffc background
background-color: #af0ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ffc; background: linear-gradient(135deg, #af0ffc, #FC0FAB);