#cb2d2f
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 45, 47
HSL
359°, 64%, 49%
CMYK
0, 78, 77, 20
Luminance
0.1478
Every format
| HEX | #cb2d2f |
| RGB | rgb(203, 45, 47) |
| HSL | hsl(359, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 77%, 20%) |
| LAB | lab(45.3 60.5 38.3) |
| LCH | lch(45.3 71.7 32.3) |
| OKLCH | oklch(0.552 0.194 25.8) |
Copy-ready code
/* CSS */
color: #cb2d2f;
background-color: #cb2d2f;
/* Tailwind (arbitrary) */
class="text-[#cb2d2f] bg-[#cb2d2f]"
/* SCSS */
$brand: #cb2d2f;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.184)
/* Android */
Color.parseColor("#cb2d2f")Accessibility — WCAG contrast
Aa
#cb2d2f on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2d2f on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow76.8%
Key (black)20.4%
Color previews
#cb2d2f text on a black background
contrast 3.96:1
Card sample
#cb2d2f text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2d2f;
Background color
Panel with #cb2d2f background
background-color: #cb2d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2d2f; background: linear-gradient(135deg, #cb2d2f, #CB942D);