#cb352f
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 53, 47
HSL
2°, 62%, 49%
CMYK
0, 74, 77, 20
Luminance
0.1545
Every format
| HEX | #cb352f |
| RGB | rgb(203, 53, 47) |
| HSL | hsl(2, 62%, 49%) |
| CMYK | cmyk(0%, 74%, 77%, 20%) |
| LAB | lab(46.3 58.0 39.3) |
| LCH | lch(46.3 70.1 34.1) |
| OKLCH | oklch(0.559 0.188 27.5) |
Copy-ready code
/* CSS */
color: #cb352f;
background-color: #cb352f;
/* Tailwind (arbitrary) */
class="text-[#cb352f] bg-[#cb352f]"
/* SCSS */
$brand: #cb352f;
/* SwiftUI */
Color(red: 0.796, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#cb352f")Accessibility — WCAG contrast
Aa
#cb352f on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb352f on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow76.8%
Key (black)20.4%
Color previews
#cb352f text on a black background
contrast 4.09:1
Card sample
#cb352f text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb352f;
Background color
Panel with #cb352f background
background-color: #cb352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb352f; background: linear-gradient(135deg, #cb352f, #CB9D2F);