#b05430
a dark, vivid orange · warm · closest name: sienna
RGB
176, 84, 48
HSL
17°, 57%, 44%
CMYK
0, 52, 73, 31
Luminance
0.1578
Every format
| HEX | #b05430 |
| RGB | rgb(176, 84, 48) |
| HSL | hsl(17, 57%, 44%) |
| CMYK | cmyk(0%, 52%, 73%, 31%) |
| LAB | lab(46.7 34.9 37.9) |
| LCH | lch(46.7 51.6 47.3) |
| OKLCH | oklch(0.554 0.130 41.1) |
Copy-ready code
/* CSS */
color: #b05430;
background-color: #b05430;
/* Tailwind (arbitrary) */
class="text-[#b05430] bg-[#b05430]"
/* SCSS */
$brand: #b05430;
/* SwiftUI */
Color(red: 0.690, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#b05430")Accessibility — WCAG contrast
Aa
#b05430 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b05430 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow72.7%
Key (black)31.0%
Color previews
#b05430 text on a black background
contrast 4.16:1
Card sample
#b05430 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05430;
Background color
Panel with #b05430 background
background-color: #b05430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05430; background: linear-gradient(135deg, #b05430, #B0A930);