#c72fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 47, 223
HSL
292°, 73%, 53%
CMYK
11, 79, 0, 13
Luminance
0.1950
Every format
| HEX | #c72fdf |
| RGB | rgb(199, 47, 223) |
| HSL | hsl(292, 73%, 53%) |
| CMYK | cmyk(11%, 79%, 0%, 13%) |
| LAB | lab(51.3 78.0 -57.9) |
| LCH | lch(51.3 97.2 323.4) |
| OKLCH | oklch(0.615 0.262 321.6) |
Copy-ready code
/* CSS */
color: #c72fdf;
background-color: #c72fdf;
/* Tailwind (arbitrary) */
class="text-[#c72fdf] bg-[#c72fdf]"
/* SCSS */
$brand: #c72fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#c72fdf")Accessibility — WCAG contrast
Aa
#c72fdf on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72fdf on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.4%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c72fdf text on a black background
contrast 4.90:1
Card sample
#c72fdf text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72fdf;
Background color
Panel with #c72fdf background
background-color: #c72fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72fdf; background: linear-gradient(135deg, #c72fdf, #DF2F82);