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