#c72fd7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 47, 215
HSL
294°, 68%, 51%
CMYK
7, 78, 0, 16
Luminance
0.1908
Every format
| HEX | #c72fd7 |
| RGB | rgb(199, 47, 215) |
| HSL | hsl(294, 68%, 51%) |
| CMYK | cmyk(7%, 78%, 0%, 16%) |
| LAB | lab(50.8 76.7 -54.1) |
| LCH | lch(50.8 93.8 324.8) |
| OKLCH | oklch(0.610 0.256 323.7) |
Copy-ready code
/* CSS */
color: #c72fd7;
background-color: #c72fd7;
/* Tailwind (arbitrary) */
class="text-[#c72fd7] bg-[#c72fd7]"
/* SCSS */
$brand: #c72fd7;
/* SwiftUI */
Color(red: 0.780, green: 0.184, blue: 0.843)
/* Android */
Color.parseColor("#c72fd7")Accessibility — WCAG contrast
Aa
#c72fd7 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72fd7 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.4%
Blue84.3%
CMYK percentages
Cyan7.4%
Magenta78.1%
Yellow0.0%
Key (black)15.7%
Color previews
#c72fd7 text on a black background
contrast 4.82:1
Card sample
#c72fd7 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72fd7;
Background color
Panel with #c72fd7 background
background-color: #c72fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 47, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 47, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72fd7; background: linear-gradient(135deg, #c72fd7, #D72F77);