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