#cb2c46
a balanced, vivid red · warm · closest name: crimson
RGB
203, 44, 70
HSL
350°, 64%, 48%
CMYK
0, 78, 66, 20
Luminance
0.1494
Every format
| HEX | #cb2c46 |
| RGB | rgb(203, 44, 70) |
| HSL | hsl(350, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 66%, 20%) |
| LAB | lab(45.6 61.9 25.0) |
| LCH | lch(45.6 66.7 22.0) |
| OKLCH | oklch(0.555 0.193 17.9) |
Copy-ready code
/* CSS */
color: #cb2c46;
background-color: #cb2c46;
/* Tailwind (arbitrary) */
class="text-[#cb2c46] bg-[#cb2c46]"
/* SCSS */
$brand: #cb2c46;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.275)
/* Android */
Color.parseColor("#cb2c46")Accessibility — WCAG contrast
Aa
#cb2c46 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2c46 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow65.5%
Key (black)20.4%
Color previews
#cb2c46 text on a black background
contrast 3.99:1
Card sample
#cb2c46 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2c46;
Background color
Panel with #cb2c46 background
background-color: #cb2c46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2c46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2c46; background: linear-gradient(135deg, #cb2c46, #CB7C2C);