#bec4ba
a light, muted gray · cool · closest name: silver
RGB
190, 196, 186
HSL
96°, 8%, 75%
CMYK
3, 0, 5, 23
Luminance
0.5397
Every format
| HEX | #bec4ba |
| RGB | rgb(190, 196, 186) |
| HSL | hsl(96, 8%, 75%) |
| CMYK | cmyk(3%, 0%, 5%, 23%) |
| LAB | lab(78.5 -3.9 4.3) |
| LCH | lch(78.5 5.8 132.3) |
| OKLCH | oklch(0.813 0.015 132.5) |
Copy-ready code
/* CSS */
color: #bec4ba;
background-color: #bec4ba;
/* Tailwind (arbitrary) */
class="text-[#bec4ba] bg-[#bec4ba]"
/* SCSS */
$brand: #bec4ba;
/* SwiftUI */
Color(red: 0.745, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#bec4ba")Accessibility — WCAG contrast
Aa
#bec4ba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec4ba on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.9%
Blue72.9%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow5.1%
Key (black)23.1%
Color previews
#bec4ba text on a black background
contrast 11.79:1
Card sample
#bec4ba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec4ba;
Background color
Panel with #bec4ba background
background-color: #bec4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec4ba; background: linear-gradient(135deg, #bec4ba, #BAC4BD);