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