#ba5039
a balanced, vivid red · warm · closest name: sienna
RGB
186, 80, 57
HSL
11°, 53%, 48%
CMYK
0, 57, 69, 27
Luminance
0.1647
Every format
| HEX | #ba5039 |
| RGB | rgb(186, 80, 57) |
| HSL | hsl(11, 53%, 48%) |
| CMYK | cmyk(0%, 57%, 69%, 27%) |
| LAB | lab(47.6 41.3 34.4) |
| LCH | lch(47.6 53.8 39.8) |
| OKLCH | oklch(0.564 0.142 33.8) |
Copy-ready code
/* CSS */
color: #ba5039;
background-color: #ba5039;
/* Tailwind (arbitrary) */
class="text-[#ba5039] bg-[#ba5039]"
/* SCSS */
$brand: #ba5039;
/* SwiftUI */
Color(red: 0.729, green: 0.314, blue: 0.224)
/* Android */
Color.parseColor("#ba5039")Accessibility — WCAG contrast
Aa
#ba5039 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5039 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green31.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow69.4%
Key (black)27.1%
Color previews
#ba5039 text on a black background
contrast 4.29:1
Card sample
#ba5039 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5039;
Background color
Panel with #ba5039 background
background-color: #ba5039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 80, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 80, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5039; background: linear-gradient(135deg, #ba5039, #BAA639);