#cb5b21
a balanced, vivid orange · warm · closest name: chocolate
RGB
203, 91, 33
HSL
21°, 72%, 46%
CMYK
0, 55, 84, 20
Luminance
0.2029
Every format
| HEX | #cb5b21 |
| RGB | rgb(203, 91, 33) |
| HSL | hsl(21, 72%, 46%) |
| CMYK | cmyk(0%, 55%, 84%, 20%) |
| LAB | lab(52.2 41.4 51.9) |
| LCH | lch(52.2 66.4 51.4) |
| OKLCH | oklch(0.603 0.158 44.2) |
Copy-ready code
/* CSS */
color: #cb5b21;
background-color: #cb5b21;
/* Tailwind (arbitrary) */
class="text-[#cb5b21] bg-[#cb5b21]"
/* SCSS */
$brand: #cb5b21;
/* SwiftUI */
Color(red: 0.796, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#cb5b21")Accessibility — WCAG contrast
Aa
#cb5b21 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5b21 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow83.7%
Key (black)20.4%
Color previews
#cb5b21 text on a black background
contrast 5.06:1
Card sample
#cb5b21 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5b21;
Background color
Panel with #cb5b21 background
background-color: #cb5b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5b21; background: linear-gradient(135deg, #cb5b21, #CACB21);