#baacb3
a light, muted magenta / pink · warm · closest name: silver
RGB
186, 172, 179
HSL
330°, 9%, 70%
CMYK
0, 8, 4, 27
Luminance
0.4320
Every format
| HEX | #baacb3 |
| RGB | rgb(186, 172, 179) |
| HSL | hsl(330, 9%, 70%) |
| CMYK | cmyk(0%, 8%, 4%, 27%) |
| LAB | lab(71.7 6.3 -1.8) |
| LCH | lch(71.7 6.5 344.2) |
| OKLCH | oklch(0.758 0.019 345.8) |
Copy-ready code
/* CSS */
color: #baacb3;
background-color: #baacb3;
/* Tailwind (arbitrary) */
class="text-[#baacb3] bg-[#baacb3]"
/* SCSS */
$brand: #baacb3;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.702)
/* Android */
Color.parseColor("#baacb3")Accessibility — WCAG contrast
Aa
#baacb3 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacb3 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow3.8%
Key (black)27.1%
Color previews
#baacb3 text on a black background
contrast 9.64:1
Card sample
#baacb3 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacb3;
Background color
Panel with #baacb3 background
background-color: #baacb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacb3; background: linear-gradient(135deg, #baacb3, #BAAEAC);