#b13a00
a dark, electric orange · warm · closest name: chocolate
RGB
177, 58, 0
HSL
20°, 100%, 35%
CMYK
0, 67, 100, 31
Luminance
0.1237
Every format
| HEX | #b13a00 |
| RGB | rgb(177, 58, 0) |
| HSL | hsl(20, 100%, 35%) |
| CMYK | cmyk(0%, 67%, 100%, 31%) |
| LAB | lab(41.8 46.5 53.3) |
| LCH | lch(41.8 70.7 48.9) |
| OKLCH | oklch(0.516 0.164 39.4) |
Copy-ready code
/* CSS */
color: #b13a00;
background-color: #b13a00;
/* Tailwind (arbitrary) */
class="text-[#b13a00] bg-[#b13a00]"
/* SCSS */
$brand: #b13a00;
/* SwiftUI */
Color(red: 0.694, green: 0.227, blue: 0.000)
/* Android */
Color.parseColor("#b13a00")Accessibility — WCAG contrast
Aa
#b13a00 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13a00 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green22.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow100.0%
Key (black)30.6%
Color previews
#b13a00 text on a black background
contrast 3.47:1
Card sample
#b13a00 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13a00;
Background color
Panel with #b13a00 background
background-color: #b13a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 58, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 58, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13a00; background: linear-gradient(135deg, #b13a00, #B1B000);