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