#ba554f
a balanced, soft red · warm · closest name: sienna
RGB
186, 85, 79
HSL
3°, 44%, 52%
CMYK
0, 54, 58, 27
Luminance
0.1750
Every format
| HEX | #ba554f |
| RGB | rgb(186, 85, 79) |
| HSL | hsl(3, 44%, 52%) |
| CMYK | cmyk(0%, 54%, 58%, 27%) |
| LAB | lab(48.9 40.3 23.3) |
| LCH | lch(48.9 46.5 30.0) |
| OKLCH | oklch(0.575 0.132 25.5) |
Copy-ready code
/* CSS */
color: #ba554f;
background-color: #ba554f;
/* Tailwind (arbitrary) */
class="text-[#ba554f] bg-[#ba554f]"
/* SCSS */
$brand: #ba554f;
/* SwiftUI */
Color(red: 0.729, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#ba554f")Accessibility — WCAG contrast
Aa
#ba554f on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba554f on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green33.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow57.5%
Key (black)27.1%
Color previews
#ba554f text on a black background
contrast 4.50:1
Card sample
#ba554f text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba554f;
Background color
Panel with #ba554f background
background-color: #ba554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba554f; background: linear-gradient(135deg, #ba554f, #BA9C4F);