#cb5313
a dark, electric orange · warm · closest name: chocolate
RGB
203, 83, 19
HSL
21°, 83%, 44%
CMYK
0, 59, 91, 20
Luminance
0.1893
Every format
| HEX | #cb5313 |
| RGB | rgb(203, 83, 19) |
| HSL | hsl(21, 83%, 44%) |
| CMYK | cmyk(0%, 59%, 91%, 20%) |
| LAB | lab(50.6 45.0 55.8) |
| LCH | lch(50.6 71.6 51.1) |
| OKLCH | oklch(0.591 0.167 43.0) |
Copy-ready code
/* CSS */
color: #cb5313;
background-color: #cb5313;
/* Tailwind (arbitrary) */
class="text-[#cb5313] bg-[#cb5313]"
/* SCSS */
$brand: #cb5313;
/* SwiftUI */
Color(red: 0.796, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#cb5313")Accessibility — WCAG contrast
Aa
#cb5313 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5313 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow90.6%
Key (black)20.4%
Color previews
#cb5313 text on a black background
contrast 4.79:1
Card sample
#cb5313 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5313;
Background color
Panel with #cb5313 background
background-color: #cb5313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5313; background: linear-gradient(135deg, #cb5313, #C8CB13);