#bec7ba
a light, muted green · cool · closest name: silver
RGB
190, 199, 186
HSL
102°, 10%, 76%
CMYK
5, 0, 7, 22
Luminance
0.5534
Every format
| HEX | #bec7ba |
| RGB | rgb(190, 199, 186) |
| HSL | hsl(102, 10%, 76%) |
| CMYK | cmyk(5%, 0%, 7%, 22%) |
| LAB | lab(79.2 -5.5 5.4) |
| LCH | lch(79.2 7.7 135.2) |
| OKLCH | oklch(0.819 0.020 135.8) |
Copy-ready code
/* CSS */
color: #bec7ba;
background-color: #bec7ba;
/* Tailwind (arbitrary) */
class="text-[#bec7ba] bg-[#bec7ba]"
/* SCSS */
$brand: #bec7ba;
/* SwiftUI */
Color(red: 0.745, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#bec7ba")Accessibility — WCAG contrast
Aa
#bec7ba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec7ba on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green78.0%
Blue72.9%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#bec7ba text on a black background
contrast 12.07:1
Card sample
#bec7ba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec7ba;
Background color
Panel with #bec7ba background
background-color: #bec7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec7ba; background: linear-gradient(135deg, #bec7ba, #BAC7BF);