#af0cda
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 218
HSL
288°, 90%, 45%
CMYK
20, 95, 0, 15
Luminance
0.1444
Every format
| HEX | #af0cda |
| RGB | rgb(175, 12, 218) |
| HSL | hsl(288, 90%, 45%) |
| CMYK | cmyk(20%, 95%, 0%, 15%) |
| LAB | lab(44.9 79.9 -65.6) |
| LCH | lch(44.9 103.4 320.6) |
| OKLCH | oklch(0.561 0.270 316.5) |
Copy-ready code
/* CSS */
color: #af0cda;
background-color: #af0cda;
/* Tailwind (arbitrary) */
class="text-[#af0cda] bg-[#af0cda]"
/* SCSS */
$brand: #af0cda;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.855)
/* Android */
Color.parseColor("#af0cda")Accessibility — WCAG contrast
Aa
#af0cda on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cda on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta94.5%
Yellow0.0%
Key (black)14.5%
Color previews
#af0cda text on a black background
contrast 3.89:1
Card sample
#af0cda text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cda;
Background color
Panel with #af0cda background
background-color: #af0cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cda; background: linear-gradient(135deg, #af0cda, #DA0C7C);