#cb2d3c
a balanced, vivid red · warm · closest name: crimson
RGB
203, 45, 60
HSL
354°, 64%, 49%
CMYK
0, 78, 70, 20
Luminance
0.1490
Every format
| HEX | #cb2d3c |
| RGB | rgb(203, 45, 60) |
| HSL | hsl(354, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 70%, 20%) |
| LAB | lab(45.5 61.1 30.9) |
| LCH | lch(45.5 68.5 26.9) |
| OKLCH | oklch(0.554 0.193 21.7) |
Copy-ready code
/* CSS */
color: #cb2d3c;
background-color: #cb2d3c;
/* Tailwind (arbitrary) */
class="text-[#cb2d3c] bg-[#cb2d3c]"
/* SCSS */
$brand: #cb2d3c;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.235)
/* Android */
Color.parseColor("#cb2d3c")Accessibility — WCAG contrast
Aa
#cb2d3c on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2d3c on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow70.4%
Key (black)20.4%
Color previews
#cb2d3c text on a black background
contrast 3.98:1
Card sample
#cb2d3c text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2d3c;
Background color
Panel with #cb2d3c background
background-color: #cb2d3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2d3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2d3c; background: linear-gradient(135deg, #cb2d3c, #CB872D);