#b45430
a dark, vivid orange · warm · closest name: sienna
RGB
180, 84, 48
HSL
16°, 58%, 45%
CMYK
0, 53, 73, 29
Luminance
0.1626
Every format
| HEX | #b45430 |
| RGB | rgb(180, 84, 48) |
| HSL | hsl(16, 58%, 45%) |
| CMYK | cmyk(0%, 53%, 73%, 29%) |
| LAB | lab(47.3 36.5 38.8) |
| LCH | lch(47.3 53.3 46.7) |
| OKLCH | oklch(0.559 0.135 40.4) |
Copy-ready code
/* CSS */
color: #b45430;
background-color: #b45430;
/* Tailwind (arbitrary) */
class="text-[#b45430] bg-[#b45430]"
/* SCSS */
$brand: #b45430;
/* SwiftUI */
Color(red: 0.706, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#b45430")Accessibility — WCAG contrast
Aa
#b45430 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b45430 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow73.3%
Key (black)29.4%
Color previews
#b45430 text on a black background
contrast 4.25:1
Card sample
#b45430 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45430;
Background color
Panel with #b45430 background
background-color: #b45430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45430; background: linear-gradient(135deg, #b45430, #B4AC30);