#bf7821
a dark, vivid orange · warm · closest name: peru
RGB
191, 120, 33
HSL
33°, 71%, 44%
CMYK
0, 37, 83, 25
Luminance
0.2462
Every format
| HEX | #bf7821 |
| RGB | rgb(191, 120, 33) |
| HSL | hsl(33, 71%, 44%) |
| CMYK | cmyk(0%, 37%, 83%, 25%) |
| LAB | lab(56.7 21.2 55.2) |
| LCH | lch(56.7 59.2 69.0) |
| OKLCH | oklch(0.635 0.130 65.6) |
Copy-ready code
/* CSS */
color: #bf7821;
background-color: #bf7821;
/* Tailwind (arbitrary) */
class="text-[#bf7821] bg-[#bf7821]"
/* SCSS */
$brand: #bf7821;
/* SwiftUI */
Color(red: 0.749, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#bf7821")Accessibility — WCAG contrast
Aa
#bf7821 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7821 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow82.7%
Key (black)25.1%
Color previews
#bf7821 text on a black background
contrast 5.92:1
Card sample
#bf7821 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7821;
Background color
Panel with #bf7821 background
background-color: #bf7821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7821; background: linear-gradient(135deg, #bf7821, #9DBF21);