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