#b46428
a dark, vivid orange · warm · closest name: sienna
RGB
180, 100, 40
HSL
26°, 64%, 43%
CMYK
0, 44, 78, 29
Luminance
0.1897
Every format
| HEX | #b46428 |
| RGB | rgb(180, 100, 40) |
| HSL | hsl(26, 64%, 43%) |
| CMYK | cmyk(0%, 44%, 78%, 29%) |
| LAB | lab(50.7 27.7 46.2) |
| LCH | lch(50.7 53.9 59.1) |
| OKLCH | oklch(0.585 0.126 53.7) |
Copy-ready code
/* CSS */
color: #b46428;
background-color: #b46428;
/* Tailwind (arbitrary) */
class="text-[#b46428] bg-[#b46428]"
/* SCSS */
$brand: #b46428;
/* SwiftUI */
Color(red: 0.706, green: 0.392, blue: 0.157)
/* Android */
Color.parseColor("#b46428")Accessibility — WCAG contrast
Aa
#b46428 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46428 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green39.2%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow77.8%
Key (black)29.4%
Color previews
#b46428 text on a black background
contrast 4.79:1
Card sample
#b46428 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46428;
Background color
Panel with #b46428 background
background-color: #b46428;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46428;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 100, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 100, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46428; background: linear-gradient(135deg, #b46428, #A7B428);