#bf3b0f
a dark, electric orange · warm · closest name: firebrick
RGB
191, 59, 15
HSL
15°, 85%, 40%
CMYK
0, 69, 92, 25
Luminance
0.1424
Every format
| HEX | #bf3b0f |
| RGB | rgb(191, 59, 15) |
| HSL | hsl(15, 85%, 40%) |
| CMYK | cmyk(0%, 69%, 92%, 25%) |
| LAB | lab(44.6 51.1 51.8) |
| LCH | lch(44.6 72.8 45.4) |
| OKLCH | oklch(0.542 0.175 36.4) |
Copy-ready code
/* CSS */
color: #bf3b0f;
background-color: #bf3b0f;
/* Tailwind (arbitrary) */
class="text-[#bf3b0f] bg-[#bf3b0f]"
/* SCSS */
$brand: #bf3b0f;
/* SwiftUI */
Color(red: 0.749, green: 0.231, blue: 0.059)
/* Android */
Color.parseColor("#bf3b0f")Accessibility — WCAG contrast
Aa
#bf3b0f on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf3b0f on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow92.1%
Key (black)25.1%
Color previews
#bf3b0f text on a black background
contrast 3.85:1
Card sample
#bf3b0f text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3b0f;
Background color
Panel with #bf3b0f background
background-color: #bf3b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 59, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 59, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3b0f; background: linear-gradient(135deg, #bf3b0f, #BFB00F);