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