#bf5f39
a balanced, vivid orange · warm · closest name: sienna
RGB
191, 95, 57
HSL
17°, 54%, 49%
CMYK
0, 50, 70, 25
Luminance
0.1956
Every format
| HEX | #bf5f39 |
| RGB | rgb(191, 95, 57) |
| HSL | hsl(17, 54%, 49%) |
| CMYK | cmyk(0%, 50%, 70%, 25%) |
| LAB | lab(51.3 35.7 38.9) |
| LCH | lch(51.3 52.8 47.5) |
| OKLCH | oklch(0.594 0.134 41.4) |
Copy-ready code
/* CSS */
color: #bf5f39;
background-color: #bf5f39;
/* Tailwind (arbitrary) */
class="text-[#bf5f39] bg-[#bf5f39]"
/* SCSS */
$brand: #bf5f39;
/* SwiftUI */
Color(red: 0.749, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#bf5f39")Accessibility — WCAG contrast
Aa
#bf5f39 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5f39 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow70.2%
Key (black)25.1%
Color previews
#bf5f39 text on a black background
contrast 4.91:1
Card sample
#bf5f39 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5f39;
Background color
Panel with #bf5f39 background
background-color: #bf5f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5f39; background: linear-gradient(135deg, #bf5f39, #BFB839);