#af0cd0
a dark, electric violet · warm · closest name: magenta
RGB
175, 12, 208
HSL
290°, 89%, 43%
CMYK
16, 94, 0, 18
Luminance
0.1393
Every format
| HEX | #af0cd0 |
| RGB | rgb(175, 12, 208) |
| HSL | hsl(290, 89%, 43%) |
| CMYK | cmyk(16%, 94%, 0%, 18%) |
| LAB | lab(44.1 78.2 -61.0) |
| LCH | lch(44.1 99.2 322.0) |
| OKLCH | oklch(0.554 0.262 319.0) |
Copy-ready code
/* CSS */
color: #af0cd0;
background-color: #af0cd0;
/* Tailwind (arbitrary) */
class="text-[#af0cd0] bg-[#af0cd0]"
/* SCSS */
$brand: #af0cd0;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.816)
/* Android */
Color.parseColor("#af0cd0")Accessibility — WCAG contrast
Aa
#af0cd0 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cd0 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta94.2%
Yellow0.0%
Key (black)18.4%
Color previews
#af0cd0 text on a black background
contrast 3.79:1
Card sample
#af0cd0 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cd0;
Background color
Panel with #af0cd0 background
background-color: #af0cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cd0; background: linear-gradient(135deg, #af0cd0, #D00C6E);