#cf19e6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 25, 230
HSL
293°, 80%, 50%
CMYK
10, 89, 0, 10
Luminance
0.1967
Every format
| HEX | #cf19e6 |
| RGB | rgb(207, 25, 230) |
| HSL | hsl(293, 80%, 50%) |
| CMYK | cmyk(10%, 89%, 0%, 10%) |
| LAB | lab(51.5 85.0 -61.5) |
| LCH | lch(51.5 104.9 324.1) |
| OKLCH | oklch(0.620 0.283 322.5) |
Copy-ready code
/* CSS */
color: #cf19e6;
background-color: #cf19e6;
/* Tailwind (arbitrary) */
class="text-[#cf19e6] bg-[#cf19e6]"
/* SCSS */
$brand: #cf19e6;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.902)
/* Android */
Color.parseColor("#cf19e6")Accessibility — WCAG contrast
Aa
#cf19e6 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf19e6 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta89.1%
Yellow0.0%
Key (black)9.8%
Color previews
#cf19e6 text on a black background
contrast 4.93:1
Card sample
#cf19e6 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf19e6;
Background color
Panel with #cf19e6 background
background-color: #cf19e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf19e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf19e6; background: linear-gradient(135deg, #cf19e6, #E61974);