#af19cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
175, 25, 205
HSL
290°, 78%, 45%
CMYK
15, 88, 0, 20
Luminance
0.1422
Every format
| HEX | #af19cd |
| RGB | rgb(175, 25, 205) |
| HSL | hsl(290, 78%, 45%) |
| CMYK | cmyk(15%, 88%, 0%, 20%) |
| LAB | lab(44.5 75.8 -58.6) |
| LCH | lch(44.5 95.8 322.3) |
| OKLCH | oklch(0.556 0.255 319.6) |
Copy-ready code
/* CSS */
color: #af19cd;
background-color: #af19cd;
/* Tailwind (arbitrary) */
class="text-[#af19cd] bg-[#af19cd]"
/* SCSS */
$brand: #af19cd;
/* SwiftUI */
Color(red: 0.686, green: 0.098, blue: 0.804)
/* Android */
Color.parseColor("#af19cd")Accessibility — WCAG contrast
Aa
#af19cd on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af19cd on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.8%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta87.8%
Yellow0.0%
Key (black)19.6%
Color previews
#af19cd text on a black background
contrast 3.84:1
Card sample
#af19cd text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af19cd;
Background color
Panel with #af19cd background
background-color: #af19cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af19cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 25, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 25, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af19cd; background: linear-gradient(135deg, #af19cd, #CD1973);