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