#b9bac2
a light, muted gray · warm · closest name: silver
RGB
185, 186, 194
HSL
233°, 7%, 74%
CMYK
5, 4, 0, 24
Luminance
0.4933
Every format
| HEX | #b9bac2 |
| RGB | rgb(185, 186, 194) |
| HSL | hsl(233, 7%, 74%) |
| CMYK | cmyk(5%, 4%, 0%, 24%) |
| LAB | lab(75.7 1.2 -4.2) |
| LCH | lch(75.7 4.3 285.7) |
| OKLCH | oklch(0.790 0.011 280.4) |
Copy-ready code
/* CSS */
color: #b9bac2;
background-color: #b9bac2;
/* Tailwind (arbitrary) */
class="text-[#b9bac2] bg-[#b9bac2]"
/* SCSS */
$brand: #b9bac2;
/* SwiftUI */
Color(red: 0.725, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#b9bac2")Accessibility — WCAG contrast
Aa
#b9bac2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bac2 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green72.9%
Blue76.1%
CMYK percentages
Cyan4.6%
Magenta4.1%
Yellow0.0%
Key (black)23.9%
Color previews
#b9bac2 text on a black background
contrast 10.87:1
Card sample
#b9bac2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bac2;
Background color
Panel with #b9bac2 background
background-color: #b9bac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bac2; background: linear-gradient(135deg, #b9bac2, #BEB9C2);