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