#c73cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 60, 219
HSL
293°, 69%, 55%
CMYK
9, 73, 0, 14
Luminance
0.2049
Every format
| HEX | #c73cdb |
| RGB | rgb(199, 60, 219) |
| HSL | hsl(293, 69%, 55%) |
| CMYK | cmyk(9%, 73%, 0%, 14%) |
| LAB | lab(52.4 73.4 -53.9) |
| LCH | lch(52.4 91.0 323.7) |
| OKLCH | oklch(0.622 0.246 322.3) |
Copy-ready code
/* CSS */
color: #c73cdb;
background-color: #c73cdb;
/* Tailwind (arbitrary) */
class="text-[#c73cdb] bg-[#c73cdb]"
/* SCSS */
$brand: #c73cdb;
/* SwiftUI */
Color(red: 0.780, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#c73cdb")Accessibility — WCAG contrast
Aa
#c73cdb on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73cdb on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green23.5%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#c73cdb text on a black background
contrast 5.10:1
Card sample
#c73cdb text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73cdb;
Background color
Panel with #c73cdb background
background-color: #c73cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73cdb; background: linear-gradient(135deg, #c73cdb, #DB3C85);