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