#bf4400
a dark, electric orange · warm · closest name: chocolate
RGB
191, 68, 0
HSL
21°, 100%, 38%
CMYK
0, 64, 100, 25
Luminance
0.1521
Every format
| HEX | #bf4400 |
| RGB | rgb(191, 68, 0) |
| HSL | hsl(21, 100%, 38%) |
| CMYK | cmyk(0%, 64%, 100%, 25%) |
| LAB | lab(45.9 47.1 56.8) |
| LCH | lch(45.9 73.8 50.3) |
| OKLCH | oklch(0.552 0.170 41.0) |
Copy-ready code
/* CSS */
color: #bf4400;
background-color: #bf4400;
/* Tailwind (arbitrary) */
class="text-[#bf4400] bg-[#bf4400]"
/* SCSS */
$brand: #bf4400;
/* SwiftUI */
Color(red: 0.749, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#bf4400")Accessibility — WCAG contrast
Aa
#bf4400 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4400 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow100.0%
Key (black)25.1%
Color previews
#bf4400 text on a black background
contrast 4.04:1
Card sample
#bf4400 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4400;
Background color
Panel with #bf4400 background
background-color: #bf4400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4400; background: linear-gradient(135deg, #bf4400, #BBBF00);