#cb5821
a balanced, vivid orange · warm · closest name: chocolate
RGB
203, 88, 33
HSL
19°, 72%, 46%
CMYK
0, 57, 84, 20
Luminance
0.1979
Every format
| HEX | #cb5821 |
| RGB | rgb(203, 88, 33) |
| HSL | hsl(19, 72%, 46%) |
| CMYK | cmyk(0%, 57%, 84%, 20%) |
| LAB | lab(51.6 42.9 51.4) |
| LCH | lch(51.6 66.9 50.2) |
| OKLCH | oklch(0.599 0.160 42.8) |
Copy-ready code
/* CSS */
color: #cb5821;
background-color: #cb5821;
/* Tailwind (arbitrary) */
class="text-[#cb5821] bg-[#cb5821]"
/* SCSS */
$brand: #cb5821;
/* SwiftUI */
Color(red: 0.796, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#cb5821")Accessibility — WCAG contrast
Aa
#cb5821 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5821 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow83.7%
Key (black)20.4%
Color previews
#cb5821 text on a black background
contrast 4.96:1
Card sample
#cb5821 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5821;
Background color
Panel with #cb5821 background
background-color: #cb5821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5821; background: linear-gradient(135deg, #cb5821, #CBC921);