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