#af11fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 17, 252
HSL
280°, 98%, 53%
CMYK
31, 93, 0, 1
Luminance
0.1654
Every format
| HEX | #af11fc |
| RGB | rgb(175, 17, 252) |
| HSL | hsl(280, 98%, 53%) |
| CMYK | cmyk(31%, 93%, 0%, 1%) |
| LAB | lab(47.7 85.4 -80.2) |
| LCH | lch(47.7 117.2 316.8) |
| OKLCH | oklch(0.589 0.293 308.9) |
Copy-ready code
/* CSS */
color: #af11fc;
background-color: #af11fc;
/* Tailwind (arbitrary) */
class="text-[#af11fc] bg-[#af11fc]"
/* SCSS */
$brand: #af11fc;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.988)
/* Android */
Color.parseColor("#af11fc")Accessibility — WCAG contrast
Aa
#af11fc on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af11fc on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta93.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af11fc text on a black background
contrast 4.31:1
Card sample
#af11fc text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af11fc;
Background color
Panel with #af11fc background
background-color: #af11fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af11fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af11fc; background: linear-gradient(135deg, #af11fc, #FC11AC);