#cd19af
a balanced, electric magenta / pink · warm · closest name: purple
RGB
205, 25, 175
HSL
310°, 78%, 45%
CMYK
0, 88, 15, 20
Luminance
0.1677
Every format
| HEX | #cd19af |
| RGB | rgb(205, 25, 175) |
| HSL | hsl(310, 78%, 45%) |
| CMYK | cmyk(0%, 88%, 15%, 20%) |
| LAB | lab(48.0 76.6 -35.3) |
| LCH | lch(48.0 84.4 335.2) |
| OKLCH | oklch(0.585 0.246 336.9) |
Copy-ready code
/* CSS */
color: #cd19af;
background-color: #cd19af;
/* Tailwind (arbitrary) */
class="text-[#cd19af] bg-[#cd19af]"
/* SCSS */
$brand: #cd19af;
/* SwiftUI */
Color(red: 0.804, green: 0.098, blue: 0.686)
/* Android */
Color.parseColor("#cd19af")Accessibility — WCAG contrast
Aa
#cd19af on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd19af on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green9.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow14.6%
Key (black)19.6%
Color previews
#cd19af text on a black background
contrast 4.35:1
Card sample
#cd19af text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd19af;
Background color
Panel with #cd19af background
background-color: #cd19af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd19af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 25, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 25, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd19af; background: linear-gradient(135deg, #cd19af, #CD1937);