#b13f13
a dark, electric orange · warm · closest name: firebrick
RGB
177, 63, 19
HSL
17°, 81%, 38%
CMYK
0, 64, 89, 31
Luminance
0.1295
Every format
| HEX | #b13f13 |
| RGB | rgb(177, 63, 19) |
| HSL | hsl(17, 81%, 38%) |
| CMYK | cmyk(0%, 64%, 89%, 31%) |
| LAB | lab(42.7 44.6 47.9) |
| LCH | lch(42.7 65.4 47.1) |
| OKLCH | oklch(0.523 0.157 38.7) |
Copy-ready code
/* CSS */
color: #b13f13;
background-color: #b13f13;
/* Tailwind (arbitrary) */
class="text-[#b13f13] bg-[#b13f13]"
/* SCSS */
$brand: #b13f13;
/* SwiftUI */
Color(red: 0.694, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#b13f13")Accessibility — WCAG contrast
Aa
#b13f13 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13f13 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow89.3%
Key (black)30.6%
Color previews
#b13f13 text on a black background
contrast 3.59:1
Card sample
#b13f13 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13f13;
Background color
Panel with #b13f13 background
background-color: #b13f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13f13; background: linear-gradient(135deg, #b13f13, #B1A813);