#b35a21
a dark, vivid orange · warm · closest name: sienna
RGB
179, 90, 33
HSL
23°, 69%, 42%
CMYK
0, 50, 82, 30
Luminance
0.1701
Every format
| HEX | #b35a21 |
| RGB | rgb(179, 90, 33) |
| HSL | hsl(23, 69%, 42%) |
| CMYK | cmyk(0%, 50%, 82%, 30%) |
| LAB | lab(48.3 32.4 47.0) |
| LCH | lch(48.3 57.1 55.4) |
| OKLCH | oklch(0.566 0.134 49.1) |
Copy-ready code
/* CSS */
color: #b35a21;
background-color: #b35a21;
/* Tailwind (arbitrary) */
class="text-[#b35a21] bg-[#b35a21]"
/* SCSS */
$brand: #b35a21;
/* SwiftUI */
Color(red: 0.702, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#b35a21")Accessibility — WCAG contrast
Aa
#b35a21 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b35a21 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow81.6%
Key (black)29.8%
Color previews
#b35a21 text on a black background
contrast 4.40:1
Card sample
#b35a21 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35a21;
Background color
Panel with #b35a21 background
background-color: #b35a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35a21; background: linear-gradient(135deg, #b35a21, #ABB321);