#b35621
a dark, vivid orange · warm · closest name: sienna
RGB
179, 86, 33
HSL
22°, 69%, 42%
CMYK
0, 52, 82, 30
Luminance
0.1635
Every format
| HEX | #b35621 |
| RGB | rgb(179, 86, 33) |
| HSL | hsl(22, 69%, 42%) |
| CMYK | cmyk(0%, 52%, 82%, 30%) |
| LAB | lab(47.4 34.5 46.2) |
| LCH | lch(47.4 57.7 53.3) |
| OKLCH | oklch(0.560 0.137 46.6) |
Copy-ready code
/* CSS */
color: #b35621;
background-color: #b35621;
/* Tailwind (arbitrary) */
class="text-[#b35621] bg-[#b35621]"
/* SCSS */
$brand: #b35621;
/* SwiftUI */
Color(red: 0.702, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#b35621")Accessibility — WCAG contrast
Aa
#b35621 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b35621 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow81.6%
Key (black)29.8%
Color previews
#b35621 text on a black background
contrast 4.27:1
Card sample
#b35621 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35621;
Background color
Panel with #b35621 background
background-color: #b35621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35621; background: linear-gradient(135deg, #b35621, #AFB321);