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