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