#c73eb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 62, 177
HSL
310°, 55%, 51%
CMYK
0, 69, 11, 22
Luminance
0.1876
Every format
| HEX | #c73eb1 |
| RGB | rgb(199, 62, 177) |
| HSL | hsl(310, 55%, 51%) |
| CMYK | cmyk(0%, 69%, 11%, 22%) |
| LAB | lab(50.4 65.9 -32.8) |
| LCH | lch(50.4 73.6 333.6) |
| OKLCH | oklch(0.600 0.212 335.0) |
Copy-ready code
/* CSS */
color: #c73eb1;
background-color: #c73eb1;
/* Tailwind (arbitrary) */
class="text-[#c73eb1] bg-[#c73eb1]"
/* SCSS */
$brand: #c73eb1;
/* SwiftUI */
Color(red: 0.780, green: 0.243, blue: 0.694)
/* Android */
Color.parseColor("#c73eb1")Accessibility — WCAG contrast
Aa
#c73eb1 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73eb1 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green24.3%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow11.1%
Key (black)22.0%
Color previews
#c73eb1 text on a black background
contrast 4.75:1
Card sample
#c73eb1 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73eb1;
Background color
Panel with #c73eb1 background
background-color: #c73eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 62, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 62, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73eb1; background: linear-gradient(135deg, #c73eb1, #C73E56);