#b74c0f
a dark, electric orange · warm · closest name: chocolate
RGB
183, 76, 15
HSL
22°, 85%, 39%
CMYK
0, 59, 92, 28
Luminance
0.1527
Every format
| HEX | #b74c0f |
| RGB | rgb(183, 76, 15) |
| HSL | hsl(22, 85%, 39%) |
| CMYK | cmyk(0%, 59%, 92%, 28%) |
| LAB | lab(46.0 40.7 52.2) |
| LCH | lch(46.0 66.2 52.1) |
| OKLCH | oklch(0.550 0.153 44.1) |
Copy-ready code
/* CSS */
color: #b74c0f;
background-color: #b74c0f;
/* Tailwind (arbitrary) */
class="text-[#b74c0f] bg-[#b74c0f]"
/* SCSS */
$brand: #b74c0f;
/* SwiftUI */
Color(red: 0.718, green: 0.298, blue: 0.059)
/* Android */
Color.parseColor("#b74c0f")Accessibility — WCAG contrast
Aa
#b74c0f on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b74c0f on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green29.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow91.8%
Key (black)28.2%
Color previews
#b74c0f text on a black background
contrast 4.05:1
Card sample
#b74c0f text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74c0f;
Background color
Panel with #b74c0f background
background-color: #b74c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 76, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 76, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74c0f; background: linear-gradient(135deg, #b74c0f, #B2B70F);