#af0ce1
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 225
HSL
286°, 90%, 47%
CMYK
22, 95, 0, 12
Luminance
0.1481
Every format
| HEX | #af0ce1 |
| RGB | rgb(175, 12, 225) |
| HSL | hsl(286, 90%, 47%) |
| CMYK | cmyk(22%, 95%, 0%, 12%) |
| LAB | lab(45.4 81.1 -68.8) |
| LCH | lch(45.4 106.3 319.7) |
| OKLCH | oklch(0.567 0.275 314.9) |
Copy-ready code
/* CSS */
color: #af0ce1;
background-color: #af0ce1;
/* Tailwind (arbitrary) */
class="text-[#af0ce1] bg-[#af0ce1]"
/* SCSS */
$brand: #af0ce1;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.882)
/* Android */
Color.parseColor("#af0ce1")Accessibility — WCAG contrast
Aa
#af0ce1 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ce1 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta94.7%
Yellow0.0%
Key (black)11.8%
Color previews
#af0ce1 text on a black background
contrast 3.96:1
Card sample
#af0ce1 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ce1;
Background color
Panel with #af0ce1 background
background-color: #af0ce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ce1; background: linear-gradient(135deg, #af0ce1, #E10C85);