#bf5821
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 88, 33
HSL
21°, 71%, 44%
CMYK
0, 54, 83, 25
Luminance
0.1817
Every format
| HEX | #bf5821 |
| RGB | rgb(191, 88, 33) |
| HSL | hsl(21, 71%, 44%) |
| CMYK | cmyk(0%, 54%, 83%, 25%) |
| LAB | lab(49.7 38.2 49.0) |
| LCH | lch(49.7 62.1 52.0) |
| OKLCH | oklch(0.581 0.148 45.0) |
Copy-ready code
/* CSS */
color: #bf5821;
background-color: #bf5821;
/* Tailwind (arbitrary) */
class="text-[#bf5821] bg-[#bf5821]"
/* SCSS */
$brand: #bf5821;
/* SwiftUI */
Color(red: 0.749, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#bf5821")Accessibility — WCAG contrast
Aa
#bf5821 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf5821 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow82.7%
Key (black)25.1%
Color previews
#bf5821 text on a black background
contrast 4.63:1
Card sample
#bf5821 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5821;
Background color
Panel with #bf5821 background
background-color: #bf5821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5821; background: linear-gradient(135deg, #bf5821, #BCBF21);