#c0195f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 25, 95
HSL
335°, 77%, 43%
CMYK
0, 87, 51, 25
Luminance
0.1273
Every format
| HEX | #c0195f |
| RGB | rgb(192, 25, 95) |
| HSL | hsl(335, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 51%, 25%) |
| LAB | lab(42.4 65.2 4.7) |
| LCH | lch(42.4 65.3 4.1) |
| OKLCH | oklch(0.529 0.200 3.6) |
Copy-ready code
/* CSS */
color: #c0195f;
background-color: #c0195f;
/* Tailwind (arbitrary) */
class="text-[#c0195f] bg-[#c0195f]"
/* SCSS */
$brand: #c0195f;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.373)
/* Android */
Color.parseColor("#c0195f")Accessibility — WCAG contrast
Aa
#c0195f on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0195f on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow50.5%
Key (black)24.7%
Color previews
#c0195f text on a black background
contrast 3.55:1
Card sample
#c0195f text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0195f;
Background color
Panel with #c0195f background
background-color: #c0195f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0195f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0195f; background: linear-gradient(135deg, #c0195f, #C04219);