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