#ba5252
a balanced, soft red · warm · closest name: sienna
RGB
186, 82, 82
HSL
0°, 43%, 53%
CMYK
0, 56, 56, 27
Luminance
0.1708
Every format
| HEX | #ba5252 |
| RGB | rgb(186, 82, 82) |
| HSL | hsl(0, 43%, 53%) |
| CMYK | cmyk(0%, 56%, 56%, 27%) |
| LAB | lab(48.4 42.0 20.8) |
| LCH | lch(48.4 46.9 26.4) |
| OKLCH | oklch(0.571 0.135 22.3) |
Copy-ready code
/* CSS */
color: #ba5252;
background-color: #ba5252;
/* Tailwind (arbitrary) */
class="text-[#ba5252] bg-[#ba5252]"
/* SCSS */
$brand: #ba5252;
/* SwiftUI */
Color(red: 0.729, green: 0.322, blue: 0.322)
/* Android */
Color.parseColor("#ba5252")Accessibility — WCAG contrast
Aa
#ba5252 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5252 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow55.9%
Key (black)27.1%
Color previews
#ba5252 text on a black background
contrast 4.42:1
Card sample
#ba5252 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5252;
Background color
Panel with #ba5252 background
background-color: #ba5252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 82, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 82, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5252; background: linear-gradient(135deg, #ba5252, #BA9752);