#c72fd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 47, 211
HSL
296°, 65%, 51%
CMYK
6, 78, 0, 17
Luminance
0.1888
Every format
| HEX | #c72fd3 |
| RGB | rgb(199, 47, 211) |
| HSL | hsl(296, 65%, 51%) |
| CMYK | cmyk(6%, 78%, 0%, 17%) |
| LAB | lab(50.5 76.0 -52.2) |
| LCH | lch(50.5 92.2 325.5) |
| OKLCH | oklch(0.607 0.253 324.8) |
Copy-ready code
/* CSS */
color: #c72fd3;
background-color: #c72fd3;
/* Tailwind (arbitrary) */
class="text-[#c72fd3] bg-[#c72fd3]"
/* SCSS */
$brand: #c72fd3;
/* SwiftUI */
Color(red: 0.780, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#c72fd3")Accessibility — WCAG contrast
Aa
#c72fd3 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72fd3 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.4%
Blue82.7%
CMYK percentages
Cyan5.7%
Magenta77.7%
Yellow0.0%
Key (black)17.3%
Color previews
#c72fd3 text on a black background
contrast 4.78:1
Card sample
#c72fd3 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72fd3;
Background color
Panel with #c72fd3 background
background-color: #c72fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72fd3; background: linear-gradient(135deg, #c72fd3, #D32F72);