#b8babe
a light, muted gray · cool · closest name: silver
RGB
184, 186, 190
HSL
220°, 4%, 73%
CMYK
3, 2, 0, 26
Luminance
0.4903
Every format
| HEX | #b8babe |
| RGB | rgb(184, 186, 190) |
| HSL | hsl(220, 4%, 73%) |
| CMYK | cmyk(3%, 2%, 0%, 26%) |
| LAB | lab(75.5 0.1 -2.3) |
| LCH | lch(75.5 2.3 271.5) |
| OKLCH | oklch(0.788 0.006 264.5) |
Copy-ready code
/* CSS */
color: #b8babe;
background-color: #b8babe;
/* Tailwind (arbitrary) */
class="text-[#b8babe] bg-[#b8babe]"
/* SCSS */
$brand: #b8babe;
/* SwiftUI */
Color(red: 0.722, green: 0.729, blue: 0.745)
/* Android */
Color.parseColor("#b8babe")Accessibility — WCAG contrast
Aa
#b8babe on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8babe on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green72.9%
Blue74.5%
CMYK percentages
Cyan3.2%
Magenta2.1%
Yellow0.0%
Key (black)25.5%
Color previews
#b8babe text on a black background
contrast 10.81:1
Card sample
#b8babe text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8babe;
Background color
Panel with #b8babe background
background-color: #b8babe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8babe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 186, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 186, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8babe; background: linear-gradient(135deg, #b8babe, #BAB8BE);