#baacbd
a light, muted violet · warm · closest name: silver
RGB
186, 172, 189
HSL
289°, 11%, 71%
CMYK
2, 9, 0, 26
Luminance
0.4362
Every format
| HEX | #baacbd |
| RGB | rgb(186, 172, 189) |
| HSL | hsl(289, 11%, 71%) |
| CMYK | cmyk(2%, 9%, 0%, 26%) |
| LAB | lab(72.0 8.1 -6.8) |
| LCH | lch(72.0 10.6 319.9) |
| OKLCH | oklch(0.761 0.029 320.3) |
Copy-ready code
/* CSS */
color: #baacbd;
background-color: #baacbd;
/* Tailwind (arbitrary) */
class="text-[#baacbd] bg-[#baacbd]"
/* SCSS */
$brand: #baacbd;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.741)
/* Android */
Color.parseColor("#baacbd")Accessibility — WCAG contrast
Aa
#baacbd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacbd on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue74.1%
CMYK percentages
Cyan1.6%
Magenta9.0%
Yellow0.0%
Key (black)25.9%
Color previews
#baacbd text on a black background
contrast 9.72:1
Card sample
#baacbd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacbd;
Background color
Panel with #baacbd background
background-color: #baacbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacbd; background: linear-gradient(135deg, #baacbd, #BDACB5);