#b95621
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 86, 33
HSL
21°, 70%, 43%
CMYK
0, 54, 82, 28
Luminance
0.1708
Every format
| HEX | #b95621 |
| RGB | rgb(185, 86, 33) |
| HSL | hsl(21, 70%, 43%) |
| CMYK | cmyk(0%, 54%, 82%, 28%) |
| LAB | lab(48.4 36.9 47.4) |
| LCH | lch(48.4 60.1 52.1) |
| OKLCH | oklch(0.569 0.143 45.2) |
Copy-ready code
/* CSS */
color: #b95621;
background-color: #b95621;
/* Tailwind (arbitrary) */
class="text-[#b95621] bg-[#b95621]"
/* SCSS */
$brand: #b95621;
/* SwiftUI */
Color(red: 0.725, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#b95621")Accessibility — WCAG contrast
Aa
#b95621 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b95621 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow82.2%
Key (black)27.5%
Color previews
#b95621 text on a black background
contrast 4.42:1
Card sample
#b95621 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95621;
Background color
Panel with #b95621 background
background-color: #b95621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95621; background: linear-gradient(135deg, #b95621, #B7B921);