#b85814
a dark, electric orange · warm · closest name: chocolate
RGB
184, 88, 20
HSL
25°, 80%, 40%
CMYK
0, 52, 89, 28
Luminance
0.1722
Every format
| HEX | #b85814 |
| RGB | rgb(184, 88, 20) |
| HSL | hsl(25, 80%, 40%) |
| CMYK | cmyk(0%, 52%, 89%, 28%) |
| LAB | lab(48.5 35.1 52.6) |
| LCH | lch(48.5 63.2 56.2) |
| OKLCH | oklch(0.570 0.144 49.3) |
Copy-ready code
/* CSS */
color: #b85814;
background-color: #b85814;
/* Tailwind (arbitrary) */
class="text-[#b85814] bg-[#b85814]"
/* SCSS */
$brand: #b85814;
/* SwiftUI */
Color(red: 0.722, green: 0.345, blue: 0.078)
/* Android */
Color.parseColor("#b85814")Accessibility — WCAG contrast
Aa
#b85814 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85814 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green34.5%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow89.1%
Key (black)27.8%
Color previews
#b85814 text on a black background
contrast 4.44:1
Card sample
#b85814 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85814;
Background color
Panel with #b85814 background
background-color: #b85814;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85814;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 88, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 88, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85814; background: linear-gradient(135deg, #b85814, #ABB814);