#baacbc
a light, muted magenta / pink · warm · closest name: silver
RGB
186, 172, 188
HSL
293°, 11%, 71%
CMYK
1, 9, 0, 26
Luminance
0.4357
Every format
| HEX | #baacbc |
| RGB | rgb(186, 172, 188) |
| HSL | hsl(293, 11%, 71%) |
| CMYK | cmyk(1%, 9%, 0%, 26%) |
| LAB | lab(71.9 8.0 -6.3) |
| LCH | lch(71.9 10.2 321.4) |
| OKLCH | oklch(0.761 0.027 322.0) |
Copy-ready code
/* CSS */
color: #baacbc;
background-color: #baacbc;
/* Tailwind (arbitrary) */
class="text-[#baacbc] bg-[#baacbc]"
/* SCSS */
$brand: #baacbc;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#baacbc")Accessibility — WCAG contrast
Aa
#baacbc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacbc on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue73.7%
CMYK percentages
Cyan1.1%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#baacbc text on a black background
contrast 9.71:1
Card sample
#baacbc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacbc;
Background color
Panel with #baacbc background
background-color: #baacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacbc; background: linear-gradient(135deg, #baacbc, #BCACB3);