#cb2f2c
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 47, 44
HSL
1°, 64%, 48%
CMYK
0, 77, 78, 20
Luminance
0.1491
Every format
| HEX | #cb2f2c |
| RGB | rgb(203, 47, 44) |
| HSL | hsl(1, 64%, 48%) |
| CMYK | cmyk(0%, 77%, 78%, 20%) |
| LAB | lab(45.5 59.8 40.2) |
| LCH | lch(45.5 72.1 33.9) |
| OKLCH | oklch(0.553 0.193 27.0) |
Copy-ready code
/* CSS */
color: #cb2f2c;
background-color: #cb2f2c;
/* Tailwind (arbitrary) */
class="text-[#cb2f2c] bg-[#cb2f2c]"
/* SCSS */
$brand: #cb2f2c;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#cb2f2c")Accessibility — WCAG contrast
Aa
#cb2f2c on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2f2c on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow78.3%
Key (black)20.4%
Color previews
#cb2f2c text on a black background
contrast 3.98:1
Card sample
#cb2f2c text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2f2c;
Background color
Panel with #cb2f2c background
background-color: #cb2f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2f2c; background: linear-gradient(135deg, #cb2f2c, #CB992C);