#b06331
a dark, vivid orange · warm · closest name: sienna
RGB
176, 99, 49
HSL
24°, 56%, 44%
CMYK
0, 44, 72, 31
Luminance
0.1838
Every format
| HEX | #b06331 |
| RGB | rgb(176, 99, 49) |
| HSL | hsl(24, 56%, 44%) |
| CMYK | cmyk(0%, 44%, 72%, 31%) |
| LAB | lab(50.0 26.9 40.9) |
| LCH | lch(50.0 49.0 56.6) |
| OKLCH | oklch(0.579 0.118 51.2) |
Copy-ready code
/* CSS */
color: #b06331;
background-color: #b06331;
/* Tailwind (arbitrary) */
class="text-[#b06331] bg-[#b06331]"
/* SCSS */
$brand: #b06331;
/* SwiftUI */
Color(red: 0.690, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#b06331")Accessibility — WCAG contrast
Aa
#b06331 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06331 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green38.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow72.2%
Key (black)31.0%
Color previews
#b06331 text on a black background
contrast 4.68:1
Card sample
#b06331 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06331;
Background color
Panel with #b06331 background
background-color: #b06331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06331; background: linear-gradient(135deg, #b06331, #A8B031);