#bf882e
a balanced, vivid orange · warm · closest name: peru
RGB
191, 136, 46
HSL
37°, 61%, 47%
CMYK
0, 29, 76, 25
Luminance
0.2888
Every format
| HEX | #bf882e |
| RGB | rgb(191, 136, 46) |
| HSL | hsl(37, 61%, 47%) |
| CMYK | cmyk(0%, 29%, 76%, 25%) |
| LAB | lab(60.7 12.9 53.9) |
| LCH | lch(60.7 55.4 76.6) |
| OKLCH | oklch(0.666 0.122 75.4) |
Copy-ready code
/* CSS */
color: #bf882e;
background-color: #bf882e;
/* Tailwind (arbitrary) */
class="text-[#bf882e] bg-[#bf882e]"
/* SCSS */
$brand: #bf882e;
/* SwiftUI */
Color(red: 0.749, green: 0.533, blue: 0.180)
/* Android */
Color.parseColor("#bf882e")Accessibility — WCAG contrast
Aa
#bf882e on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf882e on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green53.3%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow75.9%
Key (black)25.1%
Color previews
#bf882e text on a black background
contrast 6.78:1
Card sample
#bf882e text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf882e;
Background color
Panel with #bf882e background
background-color: #bf882e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf882e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 136, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 136, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf882e; background: linear-gradient(135deg, #bf882e, #96BF2E);