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