#bf4d13
a dark, electric orange · warm · closest name: chocolate
RGB
191, 77, 19
HSL
20°, 82%, 41%
CMYK
0, 60, 90, 25
Luminance
0.1643
Every format
| HEX | #bf4d13 |
| RGB | rgb(191, 77, 19) |
| HSL | hsl(20, 82%, 41%) |
| CMYK | cmyk(0%, 60%, 90%, 25%) |
| LAB | lab(47.5 43.3 52.6) |
| LCH | lch(47.5 68.2 50.6) |
| OKLCH | oklch(0.564 0.160 42.5) |
Copy-ready code
/* CSS */
color: #bf4d13;
background-color: #bf4d13;
/* Tailwind (arbitrary) */
class="text-[#bf4d13] bg-[#bf4d13]"
/* SCSS */
$brand: #bf4d13;
/* SwiftUI */
Color(red: 0.749, green: 0.302, blue: 0.075)
/* Android */
Color.parseColor("#bf4d13")Accessibility — WCAG contrast
Aa
#bf4d13 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4d13 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green30.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow90.1%
Key (black)25.1%
Color previews
#bf4d13 text on a black background
contrast 4.29:1
Card sample
#bf4d13 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4d13;
Background color
Panel with #bf4d13 background
background-color: #bf4d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 77, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 77, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4d13; background: linear-gradient(135deg, #bf4d13, #BFBF13);