#bf4413
a dark, electric orange · warm · closest name: chocolate
RGB
191, 68, 19
HSL
17°, 82%, 41%
CMYK
0, 64, 90, 25
Luminance
0.1526
Every format
| HEX | #bf4413 |
| RGB | rgb(191, 68, 19) |
| HSL | hsl(17, 82%, 41%) |
| CMYK | cmyk(0%, 64%, 90%, 25%) |
| LAB | lab(46.0 47.4 51.5) |
| LCH | lch(46.0 70.0 47.4) |
| OKLCH | oklch(0.552 0.167 38.9) |
Copy-ready code
/* CSS */
color: #bf4413;
background-color: #bf4413;
/* Tailwind (arbitrary) */
class="text-[#bf4413] bg-[#bf4413]"
/* SCSS */
$brand: #bf4413;
/* SwiftUI */
Color(red: 0.749, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#bf4413")Accessibility — WCAG contrast
Aa
#bf4413 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4413 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow90.1%
Key (black)25.1%
Color previews
#bf4413 text on a black background
contrast 4.05:1
Card sample
#bf4413 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4413;
Background color
Panel with #bf4413 background
background-color: #bf4413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4413; background: linear-gradient(135deg, #bf4413, #BFB713);