#bf4b21
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 75, 33
HSL
16°, 71%, 44%
CMYK
0, 61, 83, 25
Luminance
0.1622
Every format
| HEX | #bf4b21 |
| RGB | rgb(191, 75, 33) |
| HSL | hsl(16, 71%, 44%) |
| CMYK | cmyk(0%, 61%, 83%, 25%) |
| LAB | lab(47.3 44.6 46.8) |
| LCH | lch(47.3 64.6 46.4) |
| OKLCH | oklch(0.562 0.159 38.9) |
Copy-ready code
/* CSS */
color: #bf4b21;
background-color: #bf4b21;
/* Tailwind (arbitrary) */
class="text-[#bf4b21] bg-[#bf4b21]"
/* SCSS */
$brand: #bf4b21;
/* SwiftUI */
Color(red: 0.749, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#bf4b21")Accessibility — WCAG contrast
Aa
#bf4b21 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4b21 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow82.7%
Key (black)25.1%
Color previews
#bf4b21 text on a black background
contrast 4.24:1
Card sample
#bf4b21 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4b21;
Background color
Panel with #bf4b21 background
background-color: #bf4b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4b21; background: linear-gradient(135deg, #bf4b21, #BFB421);