#b95921
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 89, 33
HSL
22°, 70%, 43%
CMYK
0, 52, 82, 28
Luminance
0.1757
Every format
| HEX | #b95921 |
| RGB | rgb(185, 89, 33) |
| HSL | hsl(22, 70%, 43%) |
| CMYK | cmyk(0%, 52%, 82%, 28%) |
| LAB | lab(49.0 35.4 48.0) |
| LCH | lch(49.0 59.6 53.6) |
| OKLCH | oklch(0.573 0.141 46.9) |
Copy-ready code
/* CSS */
color: #b95921;
background-color: #b95921;
/* Tailwind (arbitrary) */
class="text-[#b95921] bg-[#b95921]"
/* SCSS */
$brand: #b95921;
/* SwiftUI */
Color(red: 0.725, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#b95921")Accessibility — WCAG contrast
Aa
#b95921 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b95921 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow82.2%
Key (black)27.5%
Color previews
#b95921 text on a black background
contrast 4.51:1
Card sample
#b95921 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95921;
Background color
Panel with #b95921 background
background-color: #b95921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95921; background: linear-gradient(135deg, #b95921, #B3B921);