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