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