#c6103c
a dark, electric red · warm · closest name: crimson
RGB
198, 16, 60
HSL
346°, 85%, 42%
CMYK
0, 92, 70, 22
Luminance
0.1270
Every format
| HEX | #c6103c |
| RGB | rgb(198, 16, 60) |
| HSL | hsl(346, 85%, 42%) |
| CMYK | cmyk(0%, 92%, 70%, 22%) |
| LAB | lab(42.3 65.9 26.9) |
| LCH | lch(42.3 71.2 22.2) |
| OKLCH | oklch(0.529 0.205 17.7) |
Copy-ready code
/* CSS */
color: #c6103c;
background-color: #c6103c;
/* Tailwind (arbitrary) */
class="text-[#c6103c] bg-[#c6103c]"
/* SCSS */
$brand: #c6103c;
/* SwiftUI */
Color(red: 0.776, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#c6103c")Accessibility — WCAG contrast
Aa
#c6103c on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c6103c on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow69.7%
Key (black)22.4%
Color previews
#c6103c text on a black background
contrast 3.54:1
Card sample
#c6103c text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6103c;
Background color
Panel with #c6103c background
background-color: #c6103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6103c; background: linear-gradient(135deg, #c6103c, #C65D10);