#ba5348
a balanced, vivid red · warm · closest name: sienna
RGB
186, 83, 72
HSL
6°, 45%, 51%
CMYK
0, 55, 61, 27
Luminance
0.1709
Every format
| HEX | #ba5348 |
| RGB | rgb(186, 83, 72) |
| HSL | hsl(6, 45%, 51%) |
| CMYK | cmyk(0%, 55%, 61%, 27%) |
| LAB | lab(48.4 40.8 26.8) |
| LCH | lch(48.4 48.8 33.3) |
| OKLCH | oklch(0.571 0.136 28.2) |
Copy-ready code
/* CSS */
color: #ba5348;
background-color: #ba5348;
/* Tailwind (arbitrary) */
class="text-[#ba5348] bg-[#ba5348]"
/* SCSS */
$brand: #ba5348;
/* SwiftUI */
Color(red: 0.729, green: 0.325, blue: 0.282)
/* Android */
Color.parseColor("#ba5348")Accessibility — WCAG contrast
Aa
#ba5348 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5348 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow61.3%
Key (black)27.1%
Color previews
#ba5348 text on a black background
contrast 4.42:1
Card sample
#ba5348 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5348;
Background color
Panel with #ba5348 background
background-color: #ba5348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 83, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 83, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5348; background: linear-gradient(135deg, #ba5348, #BA9F48);