#cb381f
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 56, 31
HSL
9°, 74%, 46%
CMYK
0, 72, 85, 20
Luminance
0.1562
Every format
| HEX | #cb381f |
| RGB | rgb(203, 56, 31) |
| HSL | hsl(9, 74%, 46%) |
| CMYK | cmyk(0%, 72%, 85%, 20%) |
| LAB | lab(46.5 56.5 47.8) |
| LCH | lch(46.5 74.0 40.3) |
| OKLCH | oklch(0.560 0.188 32.2) |
Copy-ready code
/* CSS */
color: #cb381f;
background-color: #cb381f;
/* Tailwind (arbitrary) */
class="text-[#cb381f] bg-[#cb381f]"
/* SCSS */
$brand: #cb381f;
/* SwiftUI */
Color(red: 0.796, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#cb381f")Accessibility — WCAG contrast
Aa
#cb381f on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb381f on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow84.7%
Key (black)20.4%
Color previews
#cb381f text on a black background
contrast 4.12:1
Card sample
#cb381f text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb381f;
Background color
Panel with #cb381f background
background-color: #cb381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb381f; background: linear-gradient(135deg, #cb381f, #CBAB1F);