#ba5366
a balanced, soft red · warm · closest name: salmon
RGB
186, 83, 102
HSL
349°, 43%, 53%
CMYK
0, 55, 45, 27
Luminance
0.1758
Every format
| HEX | #ba5366 |
| RGB | rgb(186, 83, 102) |
| HSL | hsl(349, 43%, 53%) |
| CMYK | cmyk(0%, 55%, 45%, 27%) |
| LAB | lab(49.0 43.4 9.7) |
| LCH | lch(49.0 44.4 12.6) |
| OKLCH | oklch(0.577 0.134 10.8) |
Copy-ready code
/* CSS */
color: #ba5366;
background-color: #ba5366;
/* Tailwind (arbitrary) */
class="text-[#ba5366] bg-[#ba5366]"
/* SCSS */
$brand: #ba5366;
/* SwiftUI */
Color(red: 0.729, green: 0.325, blue: 0.400)
/* Android */
Color.parseColor("#ba5366")Accessibility — WCAG contrast
Aa
#ba5366 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5366 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.5%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow45.2%
Key (black)27.1%
Color previews
#ba5366 text on a black background
contrast 4.52:1
Card sample
#ba5366 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5366;
Background color
Panel with #ba5366 background
background-color: #ba5366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 83, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 83, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5366; background: linear-gradient(135deg, #ba5366, #BA8453);