#cd19fc
a balanced, electric violet · warm · closest name: magenta
RGB
205, 25, 252
HSL
288°, 97%, 54%
CMYK
19, 90, 0, 1
Luminance
0.2070
Every format
| HEX | #cd19fc |
| RGB | rgb(205, 25, 252) |
| HSL | hsl(288, 97%, 54%) |
| CMYK | cmyk(19%, 90%, 0%, 1%) |
| LAB | lab(52.6 88.3 -72.0) |
| LCH | lch(52.6 113.9 320.8) |
| OKLCH | oklch(0.632 0.298 317.0) |
Copy-ready code
/* CSS */
color: #cd19fc;
background-color: #cd19fc;
/* Tailwind (arbitrary) */
class="text-[#cd19fc] bg-[#cd19fc]"
/* SCSS */
$brand: #cd19fc;
/* SwiftUI */
Color(red: 0.804, green: 0.098, blue: 0.988)
/* Android */
Color.parseColor("#cd19fc")Accessibility — WCAG contrast
Aa
#cd19fc on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd19fc on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green9.8%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta90.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cd19fc text on a black background
contrast 5.14:1
Card sample
#cd19fc text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd19fc;
Background color
Panel with #cd19fc background
background-color: #cd19fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd19fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 25, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 25, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd19fc; background: linear-gradient(135deg, #cd19fc, #FC1994);