#cb5443
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 84, 67
HSL
8°, 57%, 53%
CMYK
0, 59, 67, 20
Luminance
0.1944
Every format
| HEX | #cb5443 |
| RGB | rgb(203, 84, 67) |
| HSL | hsl(8, 57%, 53%) |
| CMYK | cmyk(0%, 59%, 67%, 20%) |
| LAB | lab(51.2 46.2 33.7) |
| LCH | lch(51.2 57.2 36.1) |
| OKLCH | oklch(0.597 0.155 30.4) |
Copy-ready code
/* CSS */
color: #cb5443;
background-color: #cb5443;
/* Tailwind (arbitrary) */
class="text-[#cb5443] bg-[#cb5443]"
/* SCSS */
$brand: #cb5443;
/* SwiftUI */
Color(red: 0.796, green: 0.329, blue: 0.263)
/* Android */
Color.parseColor("#cb5443")Accessibility — WCAG contrast
Aa
#cb5443 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5443 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.9%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow67.0%
Key (black)20.4%
Color previews
#cb5443 text on a black background
contrast 4.89:1
Card sample
#cb5443 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5443;
Background color
Panel with #cb5443 background
background-color: #cb5443;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5443;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 84, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 84, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5443; background: linear-gradient(135deg, #cb5443, #CBAF43);