#b35821
a dark, vivid orange · warm · closest name: sienna
RGB
179, 88, 33
HSL
23°, 69%, 42%
CMYK
0, 51, 82, 30
Luminance
0.1667
Every format
| HEX | #b35821 |
| RGB | rgb(179, 88, 33) |
| HSL | hsl(23, 69%, 42%) |
| CMYK | cmyk(0%, 51%, 82%, 30%) |
| LAB | lab(47.9 33.4 46.6) |
| LCH | lch(47.9 57.4 54.3) |
| OKLCH | oklch(0.563 0.135 47.9) |
Copy-ready code
/* CSS */
color: #b35821;
background-color: #b35821;
/* Tailwind (arbitrary) */
class="text-[#b35821] bg-[#b35821]"
/* SCSS */
$brand: #b35821;
/* SwiftUI */
Color(red: 0.702, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#b35821")Accessibility — WCAG contrast
Aa
#b35821 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b35821 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow81.6%
Key (black)29.8%
Color previews
#b35821 text on a black background
contrast 4.33:1
Card sample
#b35821 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35821;
Background color
Panel with #b35821 background
background-color: #b35821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35821; background: linear-gradient(135deg, #b35821, #ADB321);