#bec2ba
a light, muted gray · cool · closest name: silver
RGB
190, 194, 186
HSL
90°, 6%, 75%
CMYK
2, 0, 4, 24
Luminance
0.5308
Every format
| HEX | #bec2ba |
| RGB | rgb(190, 194, 186) |
| HSL | hsl(90, 6%, 75%) |
| CMYK | cmyk(2%, 0%, 4%, 24%) |
| LAB | lab(77.9 -2.9 3.5) |
| LCH | lch(77.9 4.5 128.8) |
| OKLCH | oklch(0.809 0.012 128.6) |
Copy-ready code
/* CSS */
color: #bec2ba;
background-color: #bec2ba;
/* Tailwind (arbitrary) */
class="text-[#bec2ba] bg-[#bec2ba]"
/* SCSS */
$brand: #bec2ba;
/* SwiftUI */
Color(red: 0.745, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#bec2ba")Accessibility — WCAG contrast
Aa
#bec2ba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec2ba on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.1%
Blue72.9%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#bec2ba text on a black background
contrast 11.62:1
Card sample
#bec2ba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec2ba;
Background color
Panel with #bec2ba background
background-color: #bec2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec2ba; background: linear-gradient(135deg, #bec2ba, #BAC2BB);