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