#b55e21
a dark, vivid orange · warm · closest name: chocolate
RGB
181, 94, 33
HSL
25°, 69%, 42%
CMYK
0, 48, 82, 29
Luminance
0.1794
Every format
| HEX | #b55e21 |
| RGB | rgb(181, 94, 33) |
| HSL | hsl(25, 69%, 42%) |
| CMYK | cmyk(0%, 48%, 82%, 29%) |
| LAB | lab(49.4 31.1 48.2) |
| LCH | lch(49.4 57.3 57.2) |
| OKLCH | oklch(0.576 0.133 51.1) |
Copy-ready code
/* CSS */
color: #b55e21;
background-color: #b55e21;
/* Tailwind (arbitrary) */
class="text-[#b55e21] bg-[#b55e21]"
/* SCSS */
$brand: #b55e21;
/* SwiftUI */
Color(red: 0.710, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#b55e21")Accessibility — WCAG contrast
Aa
#b55e21 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b55e21 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow81.8%
Key (black)29.0%
Color previews
#b55e21 text on a black background
contrast 4.59:1
Card sample
#b55e21 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55e21;
Background color
Panel with #b55e21 background
background-color: #b55e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55e21; background: linear-gradient(135deg, #b55e21, #AAB521);