#bf5f0d
a dark, electric orange · warm · closest name: chocolate
RGB
191, 95, 13
HSL
28°, 87%, 40%
CMYK
0, 50, 93, 25
Luminance
0.1929
Every format
| HEX | #bf5f0d |
| RGB | rgb(191, 95, 13) |
| HSL | hsl(28, 87%, 40%) |
| CMYK | cmyk(0%, 50%, 93%, 25%) |
| LAB | lab(51.0 34.2 56.9) |
| LCH | lch(51.0 66.4 59.0) |
| OKLCH | oklch(0.591 0.147 52.2) |
Copy-ready code
/* CSS */
color: #bf5f0d;
background-color: #bf5f0d;
/* Tailwind (arbitrary) */
class="text-[#bf5f0d] bg-[#bf5f0d]"
/* SCSS */
$brand: #bf5f0d;
/* SwiftUI */
Color(red: 0.749, green: 0.373, blue: 0.051)
/* Android */
Color.parseColor("#bf5f0d")Accessibility — WCAG contrast
Aa
#bf5f0d on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5f0d on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green37.3%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow93.2%
Key (black)25.1%
Color previews
#bf5f0d text on a black background
contrast 4.86:1
Card sample
#bf5f0d text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5f0d;
Background color
Panel with #bf5f0d background
background-color: #bf5f0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5f0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 95, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 95, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5f0d; background: linear-gradient(135deg, #bf5f0d, #A8BF0D);