#c0148b
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 139
HSL
319°, 81%, 42%
CMYK
0, 90, 28, 25
Luminance
0.1357
Every format
| HEX | #c0148b |
| RGB | rgb(192, 20, 139) |
| HSL | hsl(319, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 28%, 25%) |
| LAB | lab(43.6 70.3 -20.7) |
| LCH | lch(43.6 73.3 343.6) |
| OKLCH | oklch(0.543 0.221 345.6) |
Copy-ready code
/* CSS */
color: #c0148b;
background-color: #c0148b;
/* Tailwind (arbitrary) */
class="text-[#c0148b] bg-[#c0148b]"
/* SCSS */
$brand: #c0148b;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.545)
/* Android */
Color.parseColor("#c0148b")Accessibility — WCAG contrast
Aa
#c0148b on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0148b on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow27.6%
Key (black)24.7%
Color previews
#c0148b text on a black background
contrast 3.71:1
Card sample
#c0148b text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0148b;
Background color
Panel with #c0148b background
background-color: #c0148b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0148b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0148b; background: linear-gradient(135deg, #c0148b, #C01418);