#b74f21
a dark, vivid orange · warm · closest name: chocolate
RGB
183, 79, 33
HSL
18°, 69%, 42%
CMYK
0, 57, 82, 28
Luminance
0.1577
Every format
| HEX | #b74f21 |
| RGB | rgb(183, 79, 33) |
| HSL | hsl(18, 69%, 42%) |
| CMYK | cmyk(0%, 57%, 82%, 28%) |
| LAB | lab(46.7 39.6 45.8) |
| LCH | lch(46.7 60.5 49.1) |
| OKLCH | oklch(0.555 0.147 41.9) |
Copy-ready code
/* CSS */
color: #b74f21;
background-color: #b74f21;
/* Tailwind (arbitrary) */
class="text-[#b74f21] bg-[#b74f21]"
/* SCSS */
$brand: #b74f21;
/* SwiftUI */
Color(red: 0.718, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#b74f21")Accessibility — WCAG contrast
Aa
#b74f21 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b74f21 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow82.0%
Key (black)28.2%
Color previews
#b74f21 text on a black background
contrast 4.15:1
Card sample
#b74f21 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74f21;
Background color
Panel with #b74f21 background
background-color: #b74f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74f21; background: linear-gradient(135deg, #b74f21, #B7B321);