#cb5613
a dark, electric orange · warm · closest name: chocolate
RGB
203, 86, 19
HSL
22°, 83%, 44%
CMYK
0, 58, 91, 20
Luminance
0.1940
Every format
| HEX | #cb5613 |
| RGB | rgb(203, 86, 19) |
| HSL | hsl(22, 83%, 44%) |
| CMYK | cmyk(0%, 58%, 91%, 20%) |
| LAB | lab(51.2 43.5 56.2) |
| LCH | lch(51.2 71.1 52.2) |
| OKLCH | oklch(0.595 0.165 44.3) |
Copy-ready code
/* CSS */
color: #cb5613;
background-color: #cb5613;
/* Tailwind (arbitrary) */
class="text-[#cb5613] bg-[#cb5613]"
/* SCSS */
$brand: #cb5613;
/* SwiftUI */
Color(red: 0.796, green: 0.337, blue: 0.075)
/* Android */
Color.parseColor("#cb5613")Accessibility — WCAG contrast
Aa
#cb5613 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5613 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow90.6%
Key (black)20.4%
Color previews
#cb5613 text on a black background
contrast 4.88:1
Card sample
#cb5613 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5613;
Background color
Panel with #cb5613 background
background-color: #cb5613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 86, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 86, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5613; background: linear-gradient(135deg, #cb5613, #C5CB13);