#af0cd6
a dark, electric violet · warm · closest name: magenta
RGB
175, 12, 214
HSL
288°, 89%, 44%
CMYK
18, 94, 0, 16
Luminance
0.1423
Every format
| HEX | #af0cd6 |
| RGB | rgb(175, 12, 214) |
| HSL | hsl(288, 89%, 44%) |
| CMYK | cmyk(18%, 94%, 0%, 16%) |
| LAB | lab(44.6 79.2 -63.8) |
| LCH | lch(44.6 101.7 321.1) |
| OKLCH | oklch(0.558 0.267 317.5) |
Copy-ready code
/* CSS */
color: #af0cd6;
background-color: #af0cd6;
/* Tailwind (arbitrary) */
class="text-[#af0cd6] bg-[#af0cd6]"
/* SCSS */
$brand: #af0cd6;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.839)
/* Android */
Color.parseColor("#af0cd6")Accessibility — WCAG contrast
Aa
#af0cd6 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cd6 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta94.4%
Yellow0.0%
Key (black)16.1%
Color previews
#af0cd6 text on a black background
contrast 3.85:1
Card sample
#af0cd6 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cd6;
Background color
Panel with #af0cd6 background
background-color: #af0cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cd6; background: linear-gradient(135deg, #af0cd6, #D60C76);