#c73abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 58, 188
HSL
305°, 56%, 50%
CMYK
0, 71, 6, 22
Luminance
0.1880
Every format
| HEX | #c73abc |
| RGB | rgb(199, 58, 188) |
| HSL | hsl(305, 56%, 50%) |
| CMYK | cmyk(0%, 71%, 6%, 22%) |
| LAB | lab(50.5 69.0 -39.1) |
| LCH | lch(50.5 79.3 330.5) |
| OKLCH | oklch(0.602 0.225 331.4) |
Copy-ready code
/* CSS */
color: #c73abc;
background-color: #c73abc;
/* Tailwind (arbitrary) */
class="text-[#c73abc] bg-[#c73abc]"
/* SCSS */
$brand: #c73abc;
/* SwiftUI */
Color(red: 0.780, green: 0.227, blue: 0.737)
/* Android */
Color.parseColor("#c73abc")Accessibility — WCAG contrast
Aa
#c73abc on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73abc on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green22.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow5.5%
Key (black)22.0%
Color previews
#c73abc text on a black background
contrast 4.76:1
Card sample
#c73abc text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73abc;
Background color
Panel with #c73abc background
background-color: #c73abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 58, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 58, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73abc; background: linear-gradient(135deg, #c73abc, #C73A5E);