#ba705f
a balanced, soft red · warm · closest name: sienna
RGB
186, 112, 95
HSL
11°, 40%, 55%
CMYK
0, 40, 49, 27
Luminance
0.2285
Every format
| HEX | #ba705f |
| RGB | rgb(186, 112, 95) |
| HSL | hsl(11, 40%, 55%) |
| CMYK | cmyk(0%, 40%, 49%, 27%) |
| LAB | lab(54.9 27.4 21.9) |
| LCH | lch(54.9 35.1 38.6) |
| OKLCH | oklch(0.622 0.098 33.7) |
Copy-ready code
/* CSS */
color: #ba705f;
background-color: #ba705f;
/* Tailwind (arbitrary) */
class="text-[#ba705f] bg-[#ba705f]"
/* SCSS */
$brand: #ba705f;
/* SwiftUI */
Color(red: 0.729, green: 0.439, blue: 0.373)
/* Android */
Color.parseColor("#ba705f")Accessibility — WCAG contrast
Aa
#ba705f on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba705f on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow48.9%
Key (black)27.1%
Color previews
#ba705f text on a black background
contrast 5.57:1
Card sample
#ba705f text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba705f;
Background color
Panel with #ba705f background
background-color: #ba705f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba705f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 112, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 112, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba705f; background: linear-gradient(135deg, #ba705f, #BAAD5F);