#cf19df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 25, 223
HSL
295°, 80%, 49%
CMYK
7, 89, 0, 13
Luminance
0.1929
Every format
| HEX | #cf19df |
| RGB | rgb(207, 25, 223) |
| HSL | hsl(295, 80%, 49%) |
| CMYK | cmyk(7%, 89%, 0%, 13%) |
| LAB | lab(51.0 83.9 -58.2) |
| LCH | lch(51.0 102.1 325.2) |
| OKLCH | oklch(0.615 0.279 324.2) |
Copy-ready code
/* CSS */
color: #cf19df;
background-color: #cf19df;
/* Tailwind (arbitrary) */
class="text-[#cf19df] bg-[#cf19df]"
/* SCSS */
$brand: #cf19df;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#cf19df")Accessibility — WCAG contrast
Aa
#cf19df on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf19df on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cf19df text on a black background
contrast 4.86:1
Card sample
#cf19df text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf19df;
Background color
Panel with #cf19df background
background-color: #cf19df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf19df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf19df; background: linear-gradient(135deg, #cf19df, #DF196B);