#bf8317
a dark, electric orange · warm · closest name: peru
RGB
191, 131, 23
HSL
39°, 79%, 42%
CMYK
0, 31, 88, 25
Luminance
0.2737
Every format
| HEX | #bf8317 |
| RGB | rgb(191, 131, 23) |
| HSL | hsl(39, 79%, 42%) |
| CMYK | cmyk(0%, 31%, 88%, 25%) |
| LAB | lab(59.3 14.9 60.6) |
| LCH | lch(59.3 62.4 76.2) |
| OKLCH | oklch(0.655 0.132 75.0) |
Copy-ready code
/* CSS */
color: #bf8317;
background-color: #bf8317;
/* Tailwind (arbitrary) */
class="text-[#bf8317] bg-[#bf8317]"
/* SCSS */
$brand: #bf8317;
/* SwiftUI */
Color(red: 0.749, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#bf8317")Accessibility — WCAG contrast
Aa
#bf8317 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf8317 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow88.0%
Key (black)25.1%
Color previews
#bf8317 text on a black background
contrast 6.47:1
Card sample
#bf8317 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8317;
Background color
Panel with #bf8317 background
background-color: #bf8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8317; background: linear-gradient(135deg, #bf8317, #8BBF17);