#b05812
a dark, electric orange · warm · closest name: chocolate
RGB
176, 88, 18
HSL
27°, 81%, 38%
CMYK
0, 50, 90, 31
Luminance
0.1625
Every format
| HEX | #b05812 |
| RGB | rgb(176, 88, 18) |
| HSL | hsl(27, 81%, 38%) |
| CMYK | cmyk(0%, 50%, 90%, 31%) |
| LAB | lab(47.3 31.8 51.7) |
| LCH | lch(47.3 60.7 58.4) |
| OKLCH | oklch(0.558 0.136 51.9) |
Copy-ready code
/* CSS */
color: #b05812;
background-color: #b05812;
/* Tailwind (arbitrary) */
class="text-[#b05812] bg-[#b05812]"
/* SCSS */
$brand: #b05812;
/* SwiftUI */
Color(red: 0.690, green: 0.345, blue: 0.071)
/* Android */
Color.parseColor("#b05812")Accessibility — WCAG contrast
Aa
#b05812 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b05812 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green34.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow89.8%
Key (black)31.0%
Color previews
#b05812 text on a black background
contrast 4.25:1
Card sample
#b05812 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05812;
Background color
Panel with #b05812 background
background-color: #b05812;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05812;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 88, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 88, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05812; background: linear-gradient(135deg, #b05812, #9EB012);