#cf19ac
a balanced, electric magenta / pink · warm · closest name: purple
RGB
207, 25, 172
HSL
312°, 78%, 46%
CMYK
0, 88, 17, 19
Luminance
0.1694
Every format
| HEX | #cf19ac |
| RGB | rgb(207, 25, 172) |
| HSL | hsl(312, 78%, 46%) |
| CMYK | cmyk(0%, 88%, 17%, 19%) |
| LAB | lab(48.2 76.6 -33.2) |
| LCH | lch(48.2 83.5 336.6) |
| OKLCH | oklch(0.586 0.245 338.4) |
Copy-ready code
/* CSS */
color: #cf19ac;
background-color: #cf19ac;
/* Tailwind (arbitrary) */
class="text-[#cf19ac] bg-[#cf19ac]"
/* SCSS */
$brand: #cf19ac;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.675)
/* Android */
Color.parseColor("#cf19ac")Accessibility — WCAG contrast
Aa
#cf19ac on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf19ac on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow16.9%
Key (black)18.8%
Color previews
#cf19ac text on a black background
contrast 4.39:1
Card sample
#cf19ac text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf19ac;
Background color
Panel with #cf19ac background
background-color: #cf19ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf19ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf19ac; background: linear-gradient(135deg, #cf19ac, #CF1933);