#b84d1f
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 77, 31
HSL
18°, 71%, 42%
CMYK
0, 58, 83, 28
Luminance
0.1560
Every format
| HEX | #b84d1f |
| RGB | rgb(184, 77, 31) |
| HSL | hsl(18, 71%, 42%) |
| CMYK | cmyk(0%, 58%, 83%, 28%) |
| LAB | lab(46.5 40.9 46.5) |
| LCH | lch(46.5 62.0 48.7) |
| OKLCH | oklch(0.554 0.150 41.3) |
Copy-ready code
/* CSS */
color: #b84d1f;
background-color: #b84d1f;
/* Tailwind (arbitrary) */
class="text-[#b84d1f] bg-[#b84d1f]"
/* SCSS */
$brand: #b84d1f;
/* SwiftUI */
Color(red: 0.722, green: 0.302, blue: 0.122)
/* Android */
Color.parseColor("#b84d1f")Accessibility — WCAG contrast
Aa
#b84d1f on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b84d1f on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green30.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow83.2%
Key (black)27.8%
Color previews
#b84d1f text on a black background
contrast 4.12:1
Card sample
#b84d1f text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84d1f;
Background color
Panel with #b84d1f background
background-color: #b84d1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84d1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 77, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 77, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84d1f; background: linear-gradient(135deg, #b84d1f, #B8B31F);