#c01477
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 119
HSL
326°, 81%, 42%
CMYK
0, 90, 38, 25
Luminance
0.1304
Every format
| HEX | #c01477 |
| RGB | rgb(192, 20, 119) |
| HSL | hsl(326, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 38%, 25%) |
| LAB | lab(42.8 68.2 -9.6) |
| LCH | lch(42.8 68.8 352.0) |
| OKLCH | oklch(0.535 0.211 353.3) |
Copy-ready code
/* CSS */
color: #c01477;
background-color: #c01477;
/* Tailwind (arbitrary) */
class="text-[#c01477] bg-[#c01477]"
/* SCSS */
$brand: #c01477;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.467)
/* Android */
Color.parseColor("#c01477")Accessibility — WCAG contrast
Aa
#c01477 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01477 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow38.0%
Key (black)24.7%
Color previews
#c01477 text on a black background
contrast 3.61:1
Card sample
#c01477 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01477;
Background color
Panel with #c01477 background
background-color: #c01477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01477; background: linear-gradient(135deg, #c01477, #C02414);