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