#c72cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 44, 219
HSL
293°, 71%, 52%
CMYK
9, 80, 0, 14
Luminance
0.1906
Every format
| HEX | #c72cdb |
| RGB | rgb(199, 44, 219) |
| HSL | hsl(293, 71%, 52%) |
| CMYK | cmyk(9%, 80%, 0%, 14%) |
| LAB | lab(50.8 78.1 -56.5) |
| LCH | lch(50.8 96.4 324.1) |
| OKLCH | oklch(0.610 0.261 322.7) |
Copy-ready code
/* CSS */
color: #c72cdb;
background-color: #c72cdb;
/* Tailwind (arbitrary) */
class="text-[#c72cdb] bg-[#c72cdb]"
/* SCSS */
$brand: #c72cdb;
/* SwiftUI */
Color(red: 0.780, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#c72cdb")Accessibility — WCAG contrast
Aa
#c72cdb on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72cdb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green17.3%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#c72cdb text on a black background
contrast 4.81:1
Card sample
#c72cdb text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72cdb;
Background color
Panel with #c72cdb background
background-color: #c72cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72cdb; background: linear-gradient(135deg, #c72cdb, #DB2C7B);