#c01495
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 149
HSL
315°, 81%, 42%
CMYK
0, 90, 22, 25
Luminance
0.1388
Every format
| HEX | #c01495 |
| RGB | rgb(192, 20, 149) |
| HSL | hsl(315, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 22%, 25%) |
| LAB | lab(44.1 71.5 -26.1) |
| LCH | lch(44.1 76.1 339.9) |
| OKLCH | oklch(0.548 0.227 341.9) |
Copy-ready code
/* CSS */
color: #c01495;
background-color: #c01495;
/* Tailwind (arbitrary) */
class="text-[#c01495] bg-[#c01495]"
/* SCSS */
$brand: #c01495;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.584)
/* Android */
Color.parseColor("#c01495")Accessibility — WCAG contrast
Aa
#c01495 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01495 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow22.4%
Key (black)24.7%
Color previews
#c01495 text on a black background
contrast 3.78:1
Card sample
#c01495 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01495;
Background color
Panel with #c01495 background
background-color: #c01495;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01495;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01495; background: linear-gradient(135deg, #c01495, #C01422);