#b75e21
a dark, vivid orange · warm · closest name: chocolate
RGB
183, 94, 33
HSL
24°, 69%, 42%
CMYK
0, 49, 82, 28
Luminance
0.1818
Every format
| HEX | #b75e21 |
| RGB | rgb(183, 94, 33) |
| HSL | hsl(24, 69%, 42%) |
| CMYK | cmyk(0%, 49%, 82%, 28%) |
| LAB | lab(49.7 31.9 48.6) |
| LCH | lch(49.7 58.1 56.7) |
| OKLCH | oklch(0.578 0.135 50.5) |
Copy-ready code
/* CSS */
color: #b75e21;
background-color: #b75e21;
/* Tailwind (arbitrary) */
class="text-[#b75e21] bg-[#b75e21]"
/* SCSS */
$brand: #b75e21;
/* SwiftUI */
Color(red: 0.718, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#b75e21")Accessibility — WCAG contrast
Aa
#b75e21 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75e21 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow82.0%
Key (black)28.2%
Color previews
#b75e21 text on a black background
contrast 4.64:1
Card sample
#b75e21 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75e21;
Background color
Panel with #b75e21 background
background-color: #b75e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75e21; background: linear-gradient(135deg, #b75e21, #ACB721);