#b26310
a dark, electric orange · warm · closest name: chocolate
RGB
178, 99, 16
HSL
31°, 84%, 38%
CMYK
0, 44, 91, 30
Luminance
0.1843
Every format
| HEX | #b26310 |
| RGB | rgb(178, 99, 16) |
| HSL | hsl(31, 84%, 38%) |
| CMYK | cmyk(0%, 44%, 91%, 30%) |
| LAB | lab(50.0 26.7 54.5) |
| LCH | lch(50.0 60.7 63.9) |
| OKLCH | oklch(0.579 0.132 58.7) |
Copy-ready code
/* CSS */
color: #b26310;
background-color: #b26310;
/* Tailwind (arbitrary) */
class="text-[#b26310] bg-[#b26310]"
/* SCSS */
$brand: #b26310;
/* SwiftUI */
Color(red: 0.698, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#b26310")Accessibility — WCAG contrast
Aa
#b26310 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b26310 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow91.0%
Key (black)30.2%
Color previews
#b26310 text on a black background
contrast 4.69:1
Card sample
#b26310 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b26310;
Background color
Panel with #b26310 background
background-color: #b26310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b26310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b26310; background: linear-gradient(135deg, #b26310, #95B210);