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