#b95f13
a dark, electric orange · warm · closest name: chocolate
RGB
185, 95, 19
HSL
28°, 81%, 40%
CMYK
0, 49, 90, 28
Luminance
0.1855
Every format
| HEX | #b95f13 |
| RGB | rgb(185, 95, 19) |
| HSL | hsl(28, 81%, 40%) |
| CMYK | cmyk(0%, 49%, 90%, 28%) |
| LAB | lab(50.1 31.8 54.2) |
| LCH | lch(50.1 62.9 59.6) |
| OKLCH | oklch(0.582 0.140 53.3) |
Copy-ready code
/* CSS */
color: #b95f13;
background-color: #b95f13;
/* Tailwind (arbitrary) */
class="text-[#b95f13] bg-[#b95f13]"
/* SCSS */
$brand: #b95f13;
/* SwiftUI */
Color(red: 0.725, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#b95f13")Accessibility — WCAG contrast
Aa
#b95f13 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95f13 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow89.7%
Key (black)27.5%
Color previews
#b95f13 text on a black background
contrast 4.71:1
Card sample
#b95f13 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95f13;
Background color
Panel with #b95f13 background
background-color: #b95f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95f13; background: linear-gradient(135deg, #b95f13, #A4B913);