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