#b05f2d
a dark, vivid orange · warm · closest name: sienna
RGB
176, 95, 45
HSL
23°, 59%, 43%
CMYK
0, 46, 74, 31
Luminance
0.1760
Every format
| HEX | #b05f2d |
| RGB | rgb(176, 95, 45) |
| HSL | hsl(23, 59%, 43%) |
| CMYK | cmyk(0%, 46%, 74%, 31%) |
| LAB | lab(49.0 28.9 42.0) |
| LCH | lch(49.0 51.0 55.4) |
| OKLCH | oklch(0.571 0.123 49.7) |
Copy-ready code
/* CSS */
color: #b05f2d;
background-color: #b05f2d;
/* Tailwind (arbitrary) */
class="text-[#b05f2d] bg-[#b05f2d]"
/* SCSS */
$brand: #b05f2d;
/* SwiftUI */
Color(red: 0.690, green: 0.373, blue: 0.176)
/* Android */
Color.parseColor("#b05f2d")Accessibility — WCAG contrast
Aa
#b05f2d on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b05f2d on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green37.3%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow74.4%
Key (black)31.0%
Color previews
#b05f2d text on a black background
contrast 4.52:1
Card sample
#b05f2d text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05f2d;
Background color
Panel with #b05f2d background
background-color: #b05f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 95, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 95, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05f2d; background: linear-gradient(135deg, #b05f2d, #AAB02D);