#bf4f39
a balanced, vivid red · warm · closest name: sienna
RGB
191, 79, 57
HSL
10°, 54%, 49%
CMYK
0, 59, 70, 25
Luminance
0.1696
Every format
| HEX | #bf4f39 |
| RGB | rgb(191, 79, 57) |
| HSL | hsl(10, 54%, 49%) |
| CMYK | cmyk(0%, 59%, 70%, 25%) |
| LAB | lab(48.2 43.6 35.4) |
| LCH | lch(48.2 56.2 39.0) |
| OKLCH | oklch(0.570 0.149 32.9) |
Copy-ready code
/* CSS */
color: #bf4f39;
background-color: #bf4f39;
/* Tailwind (arbitrary) */
class="text-[#bf4f39] bg-[#bf4f39]"
/* SCSS */
$brand: #bf4f39;
/* SwiftUI */
Color(red: 0.749, green: 0.310, blue: 0.224)
/* Android */
Color.parseColor("#bf4f39")Accessibility — WCAG contrast
Aa
#bf4f39 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4f39 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green31.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow70.2%
Key (black)25.1%
Color previews
#bf4f39 text on a black background
contrast 4.39:1
Card sample
#bf4f39 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4f39;
Background color
Panel with #bf4f39 background
background-color: #bf4f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 79, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 79, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4f39; background: linear-gradient(135deg, #bf4f39, #BFA839);