#bf882a
a balanced, vivid orange · warm · closest name: peru
RGB
191, 136, 42
HSL
38°, 64%, 46%
CMYK
0, 29, 78, 25
Luminance
0.2885
Every format
| HEX | #bf882a |
| RGB | rgb(191, 136, 42) |
| HSL | hsl(38, 64%, 46%) |
| CMYK | cmyk(0%, 29%, 78%, 25%) |
| LAB | lab(60.6 12.7 55.5) |
| LCH | lch(60.6 56.9 77.1) |
| OKLCH | oklch(0.665 0.125 76.2) |
Copy-ready code
/* CSS */
color: #bf882a;
background-color: #bf882a;
/* Tailwind (arbitrary) */
class="text-[#bf882a] bg-[#bf882a]"
/* SCSS */
$brand: #bf882a;
/* SwiftUI */
Color(red: 0.749, green: 0.533, blue: 0.165)
/* Android */
Color.parseColor("#bf882a")Accessibility — WCAG contrast
Aa
#bf882a on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf882a on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green53.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow78.0%
Key (black)25.1%
Color previews
#bf882a text on a black background
contrast 6.77:1
Card sample
#bf882a text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf882a;
Background color
Panel with #bf882a background
background-color: #bf882a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf882a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 136, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 136, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf882a; background: linear-gradient(135deg, #bf882a, #93BF2A);