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