#b14713
a dark, electric orange · warm · closest name: chocolate
RGB
177, 71, 19
HSL
20°, 81%, 38%
CMYK
0, 60, 89, 31
Luminance
0.1390
Every format
| HEX | #b14713 |
| RGB | rgb(177, 71, 19) |
| HSL | hsl(20, 81%, 38%) |
| CMYK | cmyk(0%, 60%, 89%, 31%) |
| LAB | lab(44.1 40.9 49.0) |
| LCH | lch(44.1 63.8 50.2) |
| OKLCH | oklch(0.533 0.150 42.2) |
Copy-ready code
/* CSS */
color: #b14713;
background-color: #b14713;
/* Tailwind (arbitrary) */
class="text-[#b14713] bg-[#b14713]"
/* SCSS */
$brand: #b14713;
/* SwiftUI */
Color(red: 0.694, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#b14713")Accessibility — WCAG contrast
Aa
#b14713 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b14713 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow89.3%
Key (black)30.6%
Color previews
#b14713 text on a black background
contrast 3.78:1
Card sample
#b14713 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14713;
Background color
Panel with #b14713 background
background-color: #b14713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14713; background: linear-gradient(135deg, #b14713, #B1B013);