#b96421
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 100, 33
HSL
26°, 70%, 43%
CMYK
0, 46, 82, 28
Luminance
0.1954
Every format
| HEX | #b96421 |
| RGB | rgb(185, 100, 33) |
| HSL | hsl(26, 70%, 43%) |
| CMYK | cmyk(0%, 46%, 82%, 28%) |
| LAB | lab(51.3 29.5 50.1) |
| LCH | lch(51.3 58.2 59.5) |
| OKLCH | oklch(0.591 0.133 53.8) |
Copy-ready code
/* CSS */
color: #b96421;
background-color: #b96421;
/* Tailwind (arbitrary) */
class="text-[#b96421] bg-[#b96421]"
/* SCSS */
$brand: #b96421;
/* SwiftUI */
Color(red: 0.725, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#b96421")Accessibility — WCAG contrast
Aa
#b96421 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96421 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow82.2%
Key (black)27.5%
Color previews
#b96421 text on a black background
contrast 4.91:1
Card sample
#b96421 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96421;
Background color
Panel with #b96421 background
background-color: #b96421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96421; background: linear-gradient(135deg, #b96421, #A9B921);