#c43151
a balanced, vivid red · warm · closest name: crimson
RGB
196, 49, 81
HSL
347°, 60%, 48%
CMYK
0, 75, 59, 23
Luminance
0.1453
Every format
| HEX | #c43151 |
| RGB | rgb(196, 49, 81) |
| HSL | hsl(347, 60%, 48%) |
| CMYK | cmyk(0%, 75%, 59%, 23%) |
| LAB | lab(45.0 59.0 17.2) |
| LCH | lch(45.0 61.5 16.3) |
| OKLCH | oklch(0.549 0.183 13.5) |
Copy-ready code
/* CSS */
color: #c43151;
background-color: #c43151;
/* Tailwind (arbitrary) */
class="text-[#c43151] bg-[#c43151]"
/* SCSS */
$brand: #c43151;
/* SwiftUI */
Color(red: 0.769, green: 0.192, blue: 0.318)
/* Android */
Color.parseColor("#c43151")Accessibility — WCAG contrast
Aa
#c43151 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c43151 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green19.2%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow58.7%
Key (black)23.1%
Color previews
#c43151 text on a black background
contrast 3.91:1
Card sample
#c43151 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43151;
Background color
Panel with #c43151 background
background-color: #c43151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 49, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 49, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43151; background: linear-gradient(135deg, #c43151, #C47331);