#cb5321
a balanced, vivid orange · warm · closest name: chocolate
RGB
203, 83, 33
HSL
18°, 72%, 46%
CMYK
0, 59, 84, 20
Luminance
0.1899
Every format
| HEX | #cb5321 |
| RGB | rgb(203, 83, 33) |
| HSL | hsl(18, 72%, 46%) |
| CMYK | cmyk(0%, 59%, 84%, 20%) |
| LAB | lab(50.7 45.3 50.6) |
| LCH | lch(50.7 67.9 48.2) |
| OKLCH | oklch(0.592 0.164 40.6) |
Copy-ready code
/* CSS */
color: #cb5321;
background-color: #cb5321;
/* Tailwind (arbitrary) */
class="text-[#cb5321] bg-[#cb5321]"
/* SCSS */
$brand: #cb5321;
/* SwiftUI */
Color(red: 0.796, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#cb5321")Accessibility — WCAG contrast
Aa
#cb5321 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5321 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow83.7%
Key (black)20.4%
Color previews
#cb5321 text on a black background
contrast 4.80:1
Card sample
#cb5321 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5321;
Background color
Panel with #cb5321 background
background-color: #cb5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5321; background: linear-gradient(135deg, #cb5321, #CBC421);