#ba9191
a balanced, soft red · warm · closest name: gray
RGB
186, 145, 145
HSL
0°, 23%, 65%
CMYK
0, 22, 22, 27
Luminance
0.3273
Every format
| HEX | #ba9191 |
| RGB | rgb(186, 145, 145) |
| HSL | hsl(0, 23%, 65%) |
| CMYK | cmyk(0%, 22%, 22%, 27%) |
| LAB | lab(64.0 15.4 5.9) |
| LCH | lch(64.0 16.5 21.0) |
| OKLCH | oklch(0.695 0.050 18.4) |
Copy-ready code
/* CSS */
color: #ba9191;
background-color: #ba9191;
/* Tailwind (arbitrary) */
class="text-[#ba9191] bg-[#ba9191]"
/* SCSS */
$brand: #ba9191;
/* SwiftUI */
Color(red: 0.729, green: 0.569, blue: 0.569)
/* Android */
Color.parseColor("#ba9191")Accessibility — WCAG contrast
Aa
#ba9191 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9191 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow22.0%
Key (black)27.1%
Color previews
#ba9191 text on a black background
contrast 7.55:1
Card sample
#ba9191 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9191;
Background color
Panel with #ba9191 background
background-color: #ba9191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 145, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 145, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9191; background: linear-gradient(135deg, #ba9191, #BAAC91);