#c72ecf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 46, 207
HSL
297°, 64%, 50%
CMYK
4, 78, 0, 19
Luminance
0.1860
Every format
| HEX | #c72ecf |
| RGB | rgb(199, 46, 207) |
| HSL | hsl(297, 64%, 50%) |
| CMYK | cmyk(4%, 78%, 0%, 19%) |
| LAB | lab(50.2 75.6 -50.5) |
| LCH | lch(50.2 90.9 326.3) |
| OKLCH | oklch(0.604 0.250 325.9) |
Copy-ready code
/* CSS */
color: #c72ecf;
background-color: #c72ecf;
/* Tailwind (arbitrary) */
class="text-[#c72ecf] bg-[#c72ecf]"
/* SCSS */
$brand: #c72ecf;
/* SwiftUI */
Color(red: 0.780, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#c72ecf")Accessibility — WCAG contrast
Aa
#c72ecf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72ecf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.0%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c72ecf text on a black background
contrast 4.72:1
Card sample
#c72ecf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72ecf;
Background color
Panel with #c72ecf background
background-color: #c72ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72ecf; background: linear-gradient(135deg, #c72ecf, #CF2E6C);