#c72cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 44, 223
HSL
292°, 74%, 52%
CMYK
11, 80, 0, 13
Luminance
0.1927
Every format
| HEX | #c72cdf |
| RGB | rgb(199, 44, 223) |
| HSL | hsl(292, 74%, 52%) |
| CMYK | cmyk(11%, 80%, 0%, 13%) |
| LAB | lab(51.0 78.8 -58.3) |
| LCH | lch(51.0 98.0 323.5) |
| OKLCH | oklch(0.613 0.264 321.7) |
Copy-ready code
/* CSS */
color: #c72cdf;
background-color: #c72cdf;
/* Tailwind (arbitrary) */
class="text-[#c72cdf] bg-[#c72cdf]"
/* SCSS */
$brand: #c72cdf;
/* SwiftUI */
Color(red: 0.780, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#c72cdf")Accessibility — WCAG contrast
Aa
#c72cdf on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72cdf on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green17.3%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c72cdf text on a black background
contrast 4.85:1
Card sample
#c72cdf text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72cdf;
Background color
Panel with #c72cdf background
background-color: #c72cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72cdf; background: linear-gradient(135deg, #c72cdf, #DF2C80);