#b26607
a dark, electric orange · warm · closest name: chocolate
RGB
178, 102, 7
HSL
33°, 92%, 36%
CMYK
0, 43, 96, 30
Luminance
0.1898
Every format
| HEX | #b26607 |
| RGB | rgb(178, 102, 7) |
| HSL | hsl(33, 92%, 36%) |
| CMYK | cmyk(0%, 43%, 96%, 30%) |
| LAB | lab(50.7 24.9 57.0) |
| LCH | lch(50.7 62.2 66.4) |
| OKLCH | oklch(0.584 0.133 61.7) |
Copy-ready code
/* CSS */
color: #b26607;
background-color: #b26607;
/* Tailwind (arbitrary) */
class="text-[#b26607] bg-[#b26607]"
/* SCSS */
$brand: #b26607;
/* SwiftUI */
Color(red: 0.698, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#b26607")Accessibility — WCAG contrast
Aa
#b26607 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b26607 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow96.1%
Key (black)30.2%
Color previews
#b26607 text on a black background
contrast 4.80:1
Card sample
#b26607 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b26607;
Background color
Panel with #b26607 background
background-color: #b26607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b26607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b26607; background: linear-gradient(135deg, #b26607, #8CB207);