#c63243
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 50, 67
HSL
353°, 60%, 49%
CMYK
0, 75, 66, 22
Luminance
0.1469
Every format
| HEX | #c63243 |
| RGB | rgb(198, 50, 67) |
| HSL | hsl(353, 60%, 49%) |
| CMYK | cmyk(0%, 75%, 66%, 22%) |
| LAB | lab(45.2 58.4 26.2) |
| LCH | lch(45.2 64.0 24.1) |
| OKLCH | oklch(0.550 0.184 19.7) |
Copy-ready code
/* CSS */
color: #c63243;
background-color: #c63243;
/* Tailwind (arbitrary) */
class="text-[#c63243] bg-[#c63243]"
/* SCSS */
$brand: #c63243;
/* SwiftUI */
Color(red: 0.776, green: 0.196, blue: 0.263)
/* Android */
Color.parseColor("#c63243")Accessibility — WCAG contrast
Aa
#c63243 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c63243 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green19.6%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow66.2%
Key (black)22.4%
Color previews
#c63243 text on a black background
contrast 3.94:1
Card sample
#c63243 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63243;
Background color
Panel with #c63243 background
background-color: #c63243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 50, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 50, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63243; background: linear-gradient(135deg, #c63243, #C68432);