#bec0ba
a light, muted gray · cool · closest name: silver
RGB
190, 192, 186
HSL
80°, 5%, 74%
CMYK
1, 0, 3, 25
Luminance
0.5219
Every format
| HEX | #bec0ba |
| RGB | rgb(190, 192, 186) |
| HSL | hsl(80, 5%, 74%) |
| CMYK | cmyk(1%, 0%, 3%, 25%) |
| LAB | lab(77.4 -1.8 2.8) |
| LCH | lch(77.4 3.3 122.9) |
| OKLCH | oklch(0.804 0.009 121.7) |
Copy-ready code
/* CSS */
color: #bec0ba;
background-color: #bec0ba;
/* Tailwind (arbitrary) */
class="text-[#bec0ba] bg-[#bec0ba]"
/* SCSS */
$brand: #bec0ba;
/* SwiftUI */
Color(red: 0.745, green: 0.753, blue: 0.729)
/* Android */
Color.parseColor("#bec0ba")Accessibility — WCAG contrast
Aa
#bec0ba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec0ba on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green75.3%
Blue72.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow3.1%
Key (black)24.7%
Color previews
#bec0ba text on a black background
contrast 11.44:1
Card sample
#bec0ba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec0ba;
Background color
Panel with #bec0ba background
background-color: #bec0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 192, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 192, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec0ba; background: linear-gradient(135deg, #bec0ba, #BAC0BA);