#cb4621
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 70, 33
HSL
13°, 72%, 46%
CMYK
0, 66, 84, 20
Luminance
0.1719
Every format
| HEX | #cb4621 |
| RGB | rgb(203, 70, 33) |
| HSL | hsl(13, 72%, 46%) |
| CMYK | cmyk(0%, 66%, 84%, 20%) |
| LAB | lab(48.5 51.1 48.7) |
| LCH | lch(48.5 70.5 43.6) |
| OKLCH | oklch(0.575 0.176 35.8) |
Copy-ready code
/* CSS */
color: #cb4621;
background-color: #cb4621;
/* Tailwind (arbitrary) */
class="text-[#cb4621] bg-[#cb4621]"
/* SCSS */
$brand: #cb4621;
/* SwiftUI */
Color(red: 0.796, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#cb4621")Accessibility — WCAG contrast
Aa
#cb4621 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb4621 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow83.7%
Key (black)20.4%
Color previews
#cb4621 text on a black background
contrast 4.44:1
Card sample
#cb4621 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4621;
Background color
Panel with #cb4621 background
background-color: #cb4621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4621; background: linear-gradient(135deg, #cb4621, #CBB821);