#c1376f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
193, 55, 111
HSL
336°, 56%, 49%
CMYK
0, 72, 43, 24
Luminance
0.1522
Every format
| HEX | #c1376f |
| RGB | rgb(193, 55, 111) |
| HSL | hsl(336, 56%, 49%) |
| CMYK | cmyk(0%, 72%, 43%, 24%) |
| LAB | lab(45.9 58.6 -0.0) |
| LCH | lch(45.9 58.6 360.0) |
| OKLCH | oklch(0.557 0.180 0.2) |
Copy-ready code
/* CSS */
color: #c1376f;
background-color: #c1376f;
/* Tailwind (arbitrary) */
class="text-[#c1376f] bg-[#c1376f]"
/* SCSS */
$brand: #c1376f;
/* SwiftUI */
Color(red: 0.757, green: 0.216, blue: 0.435)
/* Android */
Color.parseColor("#c1376f")Accessibility — WCAG contrast
Aa
#c1376f on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c1376f on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green21.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow42.5%
Key (black)24.3%
Color previews
#c1376f text on a black background
contrast 4.04:1
Card sample
#c1376f text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1376f;
Background color
Panel with #c1376f background
background-color: #c1376f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1376f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 55, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 55, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1376f; background: linear-gradient(135deg, #c1376f, #C15B37);