#cf19cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 25, 205
HSL
301°, 78%, 46%
CMYK
0, 88, 1, 19
Luminance
0.1837
Every format
| HEX | #cf19cd |
| RGB | rgb(207, 25, 205) |
| HSL | hsl(301, 78%, 46%) |
| CMYK | cmyk(0%, 88%, 1%, 19%) |
| LAB | lab(49.9 81.2 -49.7) |
| LCH | lch(49.9 95.2 328.5) |
| OKLCH | oklch(0.604 0.266 328.8) |
Copy-ready code
/* CSS */
color: #cf19cd;
background-color: #cf19cd;
/* Tailwind (arbitrary) */
class="text-[#cf19cd] bg-[#cf19cd]"
/* SCSS */
$brand: #cf19cd;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.804)
/* Android */
Color.parseColor("#cf19cd")Accessibility — WCAG contrast
Aa
#cf19cd on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf19cd on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow1.0%
Key (black)18.8%
Color previews
#cf19cd text on a black background
contrast 4.67:1
Card sample
#cf19cd text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf19cd;
Background color
Panel with #cf19cd background
background-color: #cf19cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf19cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf19cd; background: linear-gradient(135deg, #cf19cd, #CF1954);