#b14f13
a dark, electric orange · warm · closest name: chocolate
RGB
177, 79, 19
HSL
23°, 81%, 38%
CMYK
0, 55, 89, 31
Luminance
0.1499
Every format
| HEX | #b14f13 |
| RGB | rgb(177, 79, 19) |
| HSL | hsl(23, 81%, 38%) |
| CMYK | cmyk(0%, 55%, 89%, 31%) |
| LAB | lab(45.6 36.9 50.2) |
| LCH | lch(45.6 62.3 53.7) |
| OKLCH | oklch(0.545 0.144 46.2) |
Copy-ready code
/* CSS */
color: #b14f13;
background-color: #b14f13;
/* Tailwind (arbitrary) */
class="text-[#b14f13] bg-[#b14f13]"
/* SCSS */
$brand: #b14f13;
/* SwiftUI */
Color(red: 0.694, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#b14f13")Accessibility — WCAG contrast
Aa
#b14f13 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b14f13 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow89.3%
Key (black)30.6%
Color previews
#b14f13 text on a black background
contrast 4.00:1
Card sample
#b14f13 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14f13;
Background color
Panel with #b14f13 background
background-color: #b14f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14f13; background: linear-gradient(135deg, #b14f13, #A9B113);