#af0ce6
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 230
HSL
285°, 90%, 48%
CMYK
24, 95, 0, 10
Luminance
0.1509
Every format
| HEX | #af0ce6 |
| RGB | rgb(175, 12, 230) |
| HSL | hsl(285, 90%, 48%) |
| CMYK | cmyk(24%, 95%, 0%, 10%) |
| LAB | lab(45.8 82.0 -71.0) |
| LCH | lch(45.8 108.4 319.1) |
| OKLCH | oklch(0.570 0.278 313.7) |
Copy-ready code
/* CSS */
color: #af0ce6;
background-color: #af0ce6;
/* Tailwind (arbitrary) */
class="text-[#af0ce6] bg-[#af0ce6]"
/* SCSS */
$brand: #af0ce6;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.902)
/* Android */
Color.parseColor("#af0ce6")Accessibility — WCAG contrast
Aa
#af0ce6 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ce6 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta94.8%
Yellow0.0%
Key (black)9.8%
Color previews
#af0ce6 text on a black background
contrast 4.02:1
Card sample
#af0ce6 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ce6;
Background color
Panel with #af0ce6 background
background-color: #af0ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ce6; background: linear-gradient(135deg, #af0ce6, #E60C8C);