#b75721
a dark, vivid orange · warm · closest name: chocolate
RGB
183, 87, 33
HSL
22°, 69%, 42%
CMYK
0, 53, 82, 28
Luminance
0.1699
Every format
| HEX | #b75721 |
| RGB | rgb(183, 87, 33) |
| HSL | hsl(22, 69%, 42%) |
| CMYK | cmyk(0%, 53%, 82%, 28%) |
| LAB | lab(48.3 35.6 47.2) |
| LCH | lch(48.3 59.1 53.0) |
| OKLCH | oklch(0.567 0.140 46.3) |
Copy-ready code
/* CSS */
color: #b75721;
background-color: #b75721;
/* Tailwind (arbitrary) */
class="text-[#b75721] bg-[#b75721]"
/* SCSS */
$brand: #b75721;
/* SwiftUI */
Color(red: 0.718, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#b75721")Accessibility — WCAG contrast
Aa
#b75721 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75721 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow82.0%
Key (black)28.2%
Color previews
#b75721 text on a black background
contrast 4.40:1
Card sample
#b75721 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75721;
Background color
Panel with #b75721 background
background-color: #b75721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75721; background: linear-gradient(135deg, #b75721, #B3B721);