#c01897
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 24, 151
HSL
315°, 78%, 42%
CMYK
0, 88, 21, 25
Luminance
0.1409
Every format
| HEX | #c01897 |
| RGB | rgb(192, 24, 151) |
| HSL | hsl(315, 78%, 42%) |
| CMYK | cmyk(0%, 88%, 21%, 25%) |
| LAB | lab(44.4 71.1 -26.8) |
| LCH | lch(44.4 76.0 339.3) |
| OKLCH | oklch(0.551 0.226 341.3) |
Copy-ready code
/* CSS */
color: #c01897;
background-color: #c01897;
/* Tailwind (arbitrary) */
class="text-[#c01897] bg-[#c01897]"
/* SCSS */
$brand: #c01897;
/* SwiftUI */
Color(red: 0.753, green: 0.094, blue: 0.592)
/* Android */
Color.parseColor("#c01897")Accessibility — WCAG contrast
Aa
#c01897 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01897 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow21.4%
Key (black)24.7%
Color previews
#c01897 text on a black background
contrast 3.82:1
Card sample
#c01897 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01897;
Background color
Panel with #c01897 background
background-color: #c01897;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01897;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 24, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 24, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01897; background: linear-gradient(135deg, #c01897, #C01827);