#ba615f
a balanced, soft red · warm · closest name: sienna
RGB
186, 97, 95
HSL
1°, 40%, 55%
CMYK
0, 48, 49, 27
Luminance
0.1981
Every format
| HEX | #ba615f |
| RGB | rgb(186, 97, 95) |
| HSL | hsl(1, 40%, 55%) |
| CMYK | cmyk(0%, 48%, 49%, 27%) |
| LAB | lab(51.6 35.5 17.5) |
| LCH | lch(51.6 39.6 26.2) |
| OKLCH | oklch(0.597 0.115 22.5) |
Copy-ready code
/* CSS */
color: #ba615f;
background-color: #ba615f;
/* Tailwind (arbitrary) */
class="text-[#ba615f] bg-[#ba615f]"
/* SCSS */
$brand: #ba615f;
/* SwiftUI */
Color(red: 0.729, green: 0.380, blue: 0.373)
/* Android */
Color.parseColor("#ba615f")Accessibility — WCAG contrast
Aa
#ba615f on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba615f on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow48.9%
Key (black)27.1%
Color previews
#ba615f text on a black background
contrast 4.96:1
Card sample
#ba615f text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba615f;
Background color
Panel with #ba615f background
background-color: #ba615f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba615f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 97, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 97, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba615f; background: linear-gradient(135deg, #ba615f, #BA9E5F);