#b05f13
a dark, electric orange · warm · closest name: chocolate
RGB
176, 95, 19
HSL
29°, 81%, 38%
CMYK
0, 46, 89, 31
Luminance
0.1746
Every format
| HEX | #b05f13 |
| RGB | rgb(176, 95, 19) |
| HSL | hsl(29, 81%, 38%) |
| CMYK | cmyk(0%, 46%, 89%, 31%) |
| LAB | lab(48.8 28.1 52.6) |
| LCH | lch(48.8 59.6 61.9) |
| OKLCH | oklch(0.569 0.132 56.3) |
Copy-ready code
/* CSS */
color: #b05f13;
background-color: #b05f13;
/* Tailwind (arbitrary) */
class="text-[#b05f13] bg-[#b05f13]"
/* SCSS */
$brand: #b05f13;
/* SwiftUI */
Color(red: 0.690, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#b05f13")Accessibility — WCAG contrast
Aa
#b05f13 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b05f13 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow89.2%
Key (black)31.0%
Color previews
#b05f13 text on a black background
contrast 4.49:1
Card sample
#b05f13 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05f13;
Background color
Panel with #b05f13 background
background-color: #b05f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05f13; background: linear-gradient(135deg, #b05f13, #98B013);