#ba9da1
a light, soft red · warm · closest name: silver
RGB
186, 157, 161
HSL
352°, 17%, 67%
CMYK
0, 16, 13, 27
Luminance
0.3713
Every format
| HEX | #ba9da1 |
| RGB | rgb(186, 157, 161) |
| HSL | hsl(352, 17%, 67%) |
| CMYK | cmyk(0%, 16%, 13%, 27%) |
| LAB | lab(67.4 11.3 1.9) |
| LCH | lch(67.4 11.5 9.6) |
| OKLCH | oklch(0.723 0.035 8.6) |
Copy-ready code
/* CSS */
color: #ba9da1;
background-color: #ba9da1;
/* Tailwind (arbitrary) */
class="text-[#ba9da1] bg-[#ba9da1]"
/* SCSS */
$brand: #ba9da1;
/* SwiftUI */
Color(red: 0.729, green: 0.616, blue: 0.631)
/* Android */
Color.parseColor("#ba9da1")Accessibility — WCAG contrast
Aa
#ba9da1 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9da1 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.6%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow13.4%
Key (black)27.1%
Color previews
#ba9da1 text on a black background
contrast 8.43:1
Card sample
#ba9da1 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9da1;
Background color
Panel with #ba9da1 background
background-color: #ba9da1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9da1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 157, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 157, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9da1; background: linear-gradient(135deg, #ba9da1, #BAAC9D);