#c73fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 63, 223
HSL
291°, 71%, 56%
CMYK
11, 72, 0, 13
Luminance
0.2102
Every format
| HEX | #c73fdf |
| RGB | rgb(199, 63, 223) |
| HSL | hsl(291, 71%, 56%) |
| CMYK | cmyk(11%, 72%, 0%, 13%) |
| LAB | lab(53.0 73.1 -55.2) |
| LCH | lch(53.0 91.6 323.0) |
| OKLCH | oklch(0.627 0.246 321.2) |
Copy-ready code
/* CSS */
color: #c73fdf;
background-color: #c73fdf;
/* Tailwind (arbitrary) */
class="text-[#c73fdf] bg-[#c73fdf]"
/* SCSS */
$brand: #c73fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#c73fdf")Accessibility — WCAG contrast
Aa
#c73fdf on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73fdf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green24.7%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c73fdf text on a black background
contrast 5.20:1
Card sample
#c73fdf text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73fdf;
Background color
Panel with #c73fdf background
background-color: #c73fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73fdf; background: linear-gradient(135deg, #c73fdf, #DF3F8C);