#bf6f41
a balanced, vivid orange · warm · closest name: sienna
RGB
191, 111, 65
HSL
22°, 50%, 50%
CMYK
0, 42, 66, 25
Luminance
0.2283
Every format
| HEX | #bf6f41 |
| RGB | rgb(191, 111, 65) |
| HSL | hsl(22, 50%, 50%) |
| CMYK | cmyk(0%, 42%, 66%, 25%) |
| LAB | lab(54.9 27.6 38.7) |
| LCH | lch(54.9 47.6 54.5) |
| OKLCH | oklch(0.622 0.118 49.2) |
Copy-ready code
/* CSS */
color: #bf6f41;
background-color: #bf6f41;
/* Tailwind (arbitrary) */
class="text-[#bf6f41] bg-[#bf6f41]"
/* SCSS */
$brand: #bf6f41;
/* SwiftUI */
Color(red: 0.749, green: 0.435, blue: 0.255)
/* Android */
Color.parseColor("#bf6f41")Accessibility — WCAG contrast
Aa
#bf6f41 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6f41 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green43.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow66.0%
Key (black)25.1%
Color previews
#bf6f41 text on a black background
contrast 5.57:1
Card sample
#bf6f41 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6f41;
Background color
Panel with #bf6f41 background
background-color: #bf6f41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6f41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 111, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 111, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6f41; background: linear-gradient(135deg, #bf6f41, #BBBF41);