#bf552b
a balanced, vivid orange · warm · closest name: sienna
RGB
191, 85, 43
HSL
17°, 63%, 46%
CMYK
0, 56, 78, 25
Luminance
0.1775
Every format
| HEX | #bf552b |
| RGB | rgb(191, 85, 43) |
| HSL | hsl(17, 63%, 46%) |
| CMYK | cmyk(0%, 56%, 78%, 25%) |
| LAB | lab(49.2 40.1 43.8) |
| LCH | lch(49.2 59.4 47.6) |
| OKLCH | oklch(0.577 0.147 40.8) |
Copy-ready code
/* CSS */
color: #bf552b;
background-color: #bf552b;
/* Tailwind (arbitrary) */
class="text-[#bf552b] bg-[#bf552b]"
/* SCSS */
$brand: #bf552b;
/* SwiftUI */
Color(red: 0.749, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#bf552b")Accessibility — WCAG contrast
Aa
#bf552b on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf552b on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow77.5%
Key (black)25.1%
Color previews
#bf552b text on a black background
contrast 4.55:1
Card sample
#bf552b text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf552b;
Background color
Panel with #bf552b background
background-color: #bf552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf552b; background: linear-gradient(135deg, #bf552b, #BFB82B);