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