#b14400
a dark, electric orange · warm · closest name: chocolate
RGB
177, 68, 0
HSL
23°, 100%, 35%
CMYK
0, 62, 100, 31
Luminance
0.1348
Every format
| HEX | #b14400 |
| RGB | rgb(177, 68, 0) |
| HSL | hsl(23, 100%, 35%) |
| CMYK | cmyk(0%, 62%, 100%, 31%) |
| LAB | lab(43.5 42.0 54.2) |
| LCH | lch(43.5 68.6 52.2) |
| OKLCH | oklch(0.529 0.156 43.3) |
Copy-ready code
/* CSS */
color: #b14400;
background-color: #b14400;
/* Tailwind (arbitrary) */
class="text-[#b14400] bg-[#b14400]"
/* SCSS */
$brand: #b14400;
/* SwiftUI */
Color(red: 0.694, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#b14400")Accessibility — WCAG contrast
Aa
#b14400 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b14400 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow100.0%
Key (black)30.6%
Color previews
#b14400 text on a black background
contrast 3.70:1
Card sample
#b14400 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14400;
Background color
Panel with #b14400 background
background-color: #b14400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14400; background: linear-gradient(135deg, #b14400, #A8B100);