#af18ce
a balanced, electric violet · warm · closest name: magenta
RGB
175, 24, 206
HSL
290°, 79%, 45%
CMYK
15, 88, 0, 19
Luminance
0.1422
Every format
| HEX | #af18ce |
| RGB | rgb(175, 24, 206) |
| HSL | hsl(290, 79%, 45%) |
| CMYK | cmyk(15%, 88%, 0%, 19%) |
| LAB | lab(44.5 76.2 -59.2) |
| LCH | lch(44.5 96.5 322.1) |
| OKLCH | oklch(0.556 0.256 319.4) |
Copy-ready code
/* CSS */
color: #af18ce;
background-color: #af18ce;
/* Tailwind (arbitrary) */
class="text-[#af18ce] bg-[#af18ce]"
/* SCSS */
$brand: #af18ce;
/* SwiftUI */
Color(red: 0.686, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#af18ce")Accessibility — WCAG contrast
Aa
#af18ce on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af18ce on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.4%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#af18ce text on a black background
contrast 3.84:1
Card sample
#af18ce text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af18ce;
Background color
Panel with #af18ce background
background-color: #af18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af18ce; background: linear-gradient(135deg, #af18ce, #CE1874);