#b65521
a dark, vivid orange · warm · closest name: chocolate
RGB
182, 85, 33
HSL
21°, 69%, 42%
CMYK
0, 53, 82, 29
Luminance
0.1655
Every format
| HEX | #b65521 |
| RGB | rgb(182, 85, 33) |
| HSL | hsl(21, 69%, 42%) |
| CMYK | cmyk(0%, 53%, 82%, 29%) |
| LAB | lab(47.7 36.2 46.6) |
| LCH | lch(47.7 59.0 52.2) |
| OKLCH | oklch(0.563 0.141 45.3) |
Copy-ready code
/* CSS */
color: #b65521;
background-color: #b65521;
/* Tailwind (arbitrary) */
class="text-[#b65521] bg-[#b65521]"
/* SCSS */
$brand: #b65521;
/* SwiftUI */
Color(red: 0.714, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#b65521")Accessibility — WCAG contrast
Aa
#b65521 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b65521 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow81.9%
Key (black)28.6%
Color previews
#b65521 text on a black background
contrast 4.31:1
Card sample
#b65521 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65521;
Background color
Panel with #b65521 background
background-color: #b65521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65521; background: linear-gradient(135deg, #b65521, #B4B621);