#af0ad4
a dark, electric violet · warm · closest name: magenta
RGB
175, 10, 212
HSL
289°, 91%, 44%
CMYK
18, 95, 0, 17
Luminance
0.1408
Every format
| HEX | #af0ad4 |
| RGB | rgb(175, 10, 212) |
| HSL | hsl(289, 91%, 44%) |
| CMYK | cmyk(18%, 95%, 0%, 17%) |
| LAB | lab(44.4 79.0 -63.0) |
| LCH | lch(44.4 101.0 321.4) |
| OKLCH | oklch(0.556 0.266 318.0) |
Copy-ready code
/* CSS */
color: #af0ad4;
background-color: #af0ad4;
/* Tailwind (arbitrary) */
class="text-[#af0ad4] bg-[#af0ad4]"
/* SCSS */
$brand: #af0ad4;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.831)
/* Android */
Color.parseColor("#af0ad4")Accessibility — WCAG contrast
Aa
#af0ad4 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ad4 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta95.3%
Yellow0.0%
Key (black)16.9%
Color previews
#af0ad4 text on a black background
contrast 3.82:1
Card sample
#af0ad4 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ad4;
Background color
Panel with #af0ad4 background
background-color: #af0ad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ad4; background: linear-gradient(135deg, #af0ad4, #D40A72);