#c73ecf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 62, 207
HSL
297°, 60%, 53%
CMYK
4, 70, 0, 19
Luminance
0.2009
Every format
| HEX | #c73ecf |
| RGB | rgb(199, 62, 207) |
| HSL | hsl(297, 60%, 53%) |
| CMYK | cmyk(4%, 70%, 0%, 19%) |
| LAB | lab(51.9 70.7 -47.7) |
| LCH | lch(51.9 85.3 326.0) |
| OKLCH | oklch(0.616 0.234 325.6) |
Copy-ready code
/* CSS */
color: #c73ecf;
background-color: #c73ecf;
/* Tailwind (arbitrary) */
class="text-[#c73ecf] bg-[#c73ecf]"
/* SCSS */
$brand: #c73ecf;
/* SwiftUI */
Color(red: 0.780, green: 0.243, blue: 0.812)
/* Android */
Color.parseColor("#c73ecf")Accessibility — WCAG contrast
Aa
#c73ecf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73ecf on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green24.3%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta70.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c73ecf text on a black background
contrast 5.02:1
Card sample
#c73ecf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73ecf;
Background color
Panel with #c73ecf background
background-color: #c73ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 62, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 62, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73ecf; background: linear-gradient(135deg, #c73ecf, #CF3E76);