#c0103d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 16, 61
HSL
345°, 85%, 41%
CMYK
0, 92, 68, 25
Luminance
0.1191
Every format
| HEX | #c0103d |
| RGB | rgb(192, 16, 61) |
| HSL | hsl(345, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 68%, 25%) |
| LAB | lab(41.1 64.5 24.4) |
| LCH | lch(41.1 68.9 20.7) |
| OKLCH | oklch(0.517 0.200 16.7) |
Copy-ready code
/* CSS */
color: #c0103d;
background-color: #c0103d;
/* Tailwind (arbitrary) */
class="text-[#c0103d] bg-[#c0103d]"
/* SCSS */
$brand: #c0103d;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.239)
/* Android */
Color.parseColor("#c0103d")Accessibility — WCAG contrast
Aa
#c0103d on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0103d on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow68.2%
Key (black)24.7%
Color previews
#c0103d text on a black background
contrast 3.38:1
Card sample
#c0103d text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0103d;
Background color
Panel with #c0103d background
background-color: #c0103d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0103d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0103d; background: linear-gradient(135deg, #c0103d, #C05810);