#af18ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 24, 255
HSL
279°, 100%, 55%
CMYK
31, 91, 0, 0
Luminance
0.1699
Every format
| HEX | #af18ff |
| RGB | rgb(175, 24, 255) |
| HSL | hsl(279, 100%, 55%) |
| CMYK | cmyk(31%, 91%, 0%, 0%) |
| LAB | lab(48.2 85.0 -81.0) |
| LCH | lch(48.2 117.4 316.4) |
| OKLCH | oklch(0.594 0.293 308.1) |
Copy-ready code
/* CSS */
color: #af18ff;
background-color: #af18ff;
/* Tailwind (arbitrary) */
class="text-[#af18ff] bg-[#af18ff]"
/* SCSS */
$brand: #af18ff;
/* SwiftUI */
Color(red: 0.686, green: 0.094, blue: 1.000)
/* Android */
Color.parseColor("#af18ff")Accessibility — WCAG contrast
Aa
#af18ff on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af18ff on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta90.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af18ff text on a black background
contrast 4.40:1
Card sample
#af18ff text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af18ff;
Background color
Panel with #af18ff background
background-color: #af18ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af18ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 24, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 24, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af18ff; background: linear-gradient(135deg, #af18ff, #FF18B5);