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