#bf6a54
a balanced, vivid red · warm · closest name: sienna
RGB
191, 106, 84
HSL
12°, 46%, 54%
CMYK
0, 45, 56, 25
Luminance
0.2202
Every format
| HEX | #bf6a54 |
| RGB | rgb(191, 106, 84) |
| HSL | hsl(12, 46%, 54%) |
| CMYK | cmyk(0%, 45%, 56%, 25%) |
| LAB | lab(54.1 31.7 27.2) |
| LCH | lch(54.1 41.8 40.7) |
| OKLCH | oklch(0.616 0.114 35.4) |
Copy-ready code
/* CSS */
color: #bf6a54;
background-color: #bf6a54;
/* Tailwind (arbitrary) */
class="text-[#bf6a54] bg-[#bf6a54]"
/* SCSS */
$brand: #bf6a54;
/* SwiftUI */
Color(red: 0.749, green: 0.416, blue: 0.329)
/* Android */
Color.parseColor("#bf6a54")Accessibility — WCAG contrast
Aa
#bf6a54 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6a54 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green41.6%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta44.5%
Yellow56.0%
Key (black)25.1%
Color previews
#bf6a54 text on a black background
contrast 5.40:1
Card sample
#bf6a54 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6a54;
Background color
Panel with #bf6a54 background
background-color: #bf6a54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6a54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 106, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 106, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6a54; background: linear-gradient(135deg, #bf6a54, #BFB154);