#bf5421
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 84, 33
HSL
19°, 71%, 44%
CMYK
0, 56, 83, 25
Luminance
0.1753
Every format
| HEX | #bf5421 |
| RGB | rgb(191, 84, 33) |
| HSL | hsl(19, 71%, 44%) |
| CMYK | cmyk(0%, 56%, 83%, 25%) |
| LAB | lab(48.9 40.2 48.3) |
| LCH | lch(48.9 62.9 50.2) |
| OKLCH | oklch(0.575 0.151 43.0) |
Copy-ready code
/* CSS */
color: #bf5421;
background-color: #bf5421;
/* Tailwind (arbitrary) */
class="text-[#bf5421] bg-[#bf5421]"
/* SCSS */
$brand: #bf5421;
/* SwiftUI */
Color(red: 0.749, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#bf5421")Accessibility — WCAG contrast
Aa
#bf5421 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf5421 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow82.7%
Key (black)25.1%
Color previews
#bf5421 text on a black background
contrast 4.51:1
Card sample
#bf5421 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5421;
Background color
Panel with #bf5421 background
background-color: #bf5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5421; background: linear-gradient(135deg, #bf5421, #BFBD21);