#b24708
a dark, electric orange · warm · closest name: chocolate
RGB
178, 71, 8
HSL
22°, 91%, 37%
CMYK
0, 60, 96, 30
Luminance
0.1399
Every format
| HEX | #b24708 |
| RGB | rgb(178, 71, 8) |
| HSL | hsl(22, 91%, 37%) |
| CMYK | cmyk(0%, 60%, 96%, 30%) |
| LAB | lab(44.2 41.0 52.5) |
| LCH | lch(44.2 66.6 52.0) |
| OKLCH | oklch(0.535 0.153 43.5) |
Copy-ready code
/* CSS */
color: #b24708;
background-color: #b24708;
/* Tailwind (arbitrary) */
class="text-[#b24708] bg-[#b24708]"
/* SCSS */
$brand: #b24708;
/* SwiftUI */
Color(red: 0.698, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#b24708")Accessibility — WCAG contrast
Aa
#b24708 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b24708 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow95.5%
Key (black)30.2%
Color previews
#b24708 text on a black background
contrast 3.80:1
Card sample
#b24708 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b24708;
Background color
Panel with #b24708 background
background-color: #b24708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b24708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b24708; background: linear-gradient(135deg, #b24708, #ACB208);