#cb413b
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 65, 59
HSL
3°, 58%, 51%
CMYK
0, 68, 71, 20
Luminance
0.1679
Every format
| HEX | #cb413b |
| RGB | rgb(203, 65, 59) |
| HSL | hsl(3, 58%, 51%) |
| CMYK | cmyk(0%, 68%, 71%, 20%) |
| LAB | lab(48.0 54.1 34.5) |
| LCH | lch(48.0 64.1 32.5) |
| OKLCH | oklch(0.573 0.175 26.7) |
Copy-ready code
/* CSS */
color: #cb413b;
background-color: #cb413b;
/* Tailwind (arbitrary) */
class="text-[#cb413b] bg-[#cb413b]"
/* SCSS */
$brand: #cb413b;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.231)
/* Android */
Color.parseColor("#cb413b")Accessibility — WCAG contrast
Aa
#cb413b on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb413b on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow70.9%
Key (black)20.4%
Color previews
#cb413b text on a black background
contrast 4.36:1
Card sample
#cb413b text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb413b;
Background color
Panel with #cb413b background
background-color: #cb413b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb413b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb413b; background: linear-gradient(135deg, #cb413b, #CBA13B);