#b95021
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 80, 33
HSL
19°, 70%, 43%
CMYK
0, 57, 82, 28
Luminance
0.1616
Every format
| HEX | #b95021 |
| RGB | rgb(185, 80, 33) |
| HSL | hsl(19, 70%, 43%) |
| CMYK | cmyk(0%, 57%, 82%, 28%) |
| LAB | lab(47.2 39.9 46.3) |
| LCH | lch(47.2 61.1 49.3) |
| OKLCH | oklch(0.560 0.148 42.1) |
Copy-ready code
/* CSS */
color: #b95021;
background-color: #b95021;
/* Tailwind (arbitrary) */
class="text-[#b95021] bg-[#b95021]"
/* SCSS */
$brand: #b95021;
/* SwiftUI */
Color(red: 0.725, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#b95021")Accessibility — WCAG contrast
Aa
#b95021 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b95021 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow82.2%
Key (black)27.5%
Color previews
#b95021 text on a black background
contrast 4.23:1
Card sample
#b95021 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95021;
Background color
Panel with #b95021 background
background-color: #b95021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95021; background: linear-gradient(135deg, #b95021, #B9B521);