#af18fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 24, 252
HSL
280°, 97%, 54%
CMYK
31, 91, 0, 1
Luminance
0.1680
Every format
| HEX | #af18fc |
| RGB | rgb(175, 24, 252) |
| HSL | hsl(280, 97%, 54%) |
| CMYK | cmyk(31%, 91%, 0%, 1%) |
| LAB | lab(48.0 84.5 -79.7) |
| LCH | lch(48.0 116.1 316.7) |
| OKLCH | oklch(0.591 0.291 308.7) |
Copy-ready code
/* CSS */
color: #af18fc;
background-color: #af18fc;
/* Tailwind (arbitrary) */
class="text-[#af18fc] bg-[#af18fc]"
/* SCSS */
$brand: #af18fc;
/* SwiftUI */
Color(red: 0.686, green: 0.094, blue: 0.988)
/* Android */
Color.parseColor("#af18fc")Accessibility — WCAG contrast
Aa
#af18fc on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af18fc on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta90.5%
Yellow0.0%
Key (black)1.2%
Color previews
#af18fc text on a black background
contrast 4.36:1
Card sample
#af18fc text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af18fc;
Background color
Panel with #af18fc background
background-color: #af18fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af18fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 24, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 24, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af18fc; background: linear-gradient(135deg, #af18fc, #FC18B1);