#b95e21
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 94, 33
HSL
24°, 70%, 43%
CMYK
0, 49, 82, 28
Luminance
0.1843
Every format
| HEX | #b95e21 |
| RGB | rgb(185, 94, 33) |
| HSL | hsl(24, 70%, 43%) |
| CMYK | cmyk(0%, 49%, 82%, 28%) |
| LAB | lab(50.0 32.7 48.9) |
| LCH | lch(50.0 58.9 56.2) |
| OKLCH | oklch(0.581 0.137 49.9) |
Copy-ready code
/* CSS */
color: #b95e21;
background-color: #b95e21;
/* Tailwind (arbitrary) */
class="text-[#b95e21] bg-[#b95e21]"
/* SCSS */
$brand: #b95e21;
/* SwiftUI */
Color(red: 0.725, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#b95e21")Accessibility — WCAG contrast
Aa
#b95e21 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95e21 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow82.2%
Key (black)27.5%
Color previews
#b95e21 text on a black background
contrast 4.69:1
Card sample
#b95e21 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95e21;
Background color
Panel with #b95e21 background
background-color: #b95e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95e21; background: linear-gradient(135deg, #b95e21, #AEB921);